Html Css Color HEX #F383DD Pale Magenta

📋 copy color: '#F383DD'

red 243 ◦ green 131 ◦ blue 221

#F383DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F383DD

Tints of Pale Magenta #F383DD

RGB

 RED value IS 243 (95.31% from 255) = 40.84%

 GREEN value IS 131 (51.56% from 255) = 22.02%

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 40.84%
G = 22.02%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F383DD (or 0xF383DD) is known color: Pale Magenta. HEX triplet: F3, 83 and DD. RGB value is (243,131,221). Sum of RGB (Red+Green+Blue) = 243+131+221=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F383DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383DD is #0C7C22. Grayscale: #AEAEAE. Windows color (decimal): -818211 or 14517235. OLE color: 14517235.

HSL color Cylindrical-coordinate representation of color #F383DD: hue angle of 311.79º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383DD is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 131 221 -
CMYK 0 0.46 0.09 0.05
HSL 311.79º 0.82% 0.73% -
HSV(B) 311.79º 0.46% 0.95% -
XYZ 58.13 40.51 73.16 -
YUV 174.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 243 131 221 0 0.46 0.09 0.05 311.79 0.82 0.73
Hex F3 83 DD 0 2E 9 5 138 52 49
Octal 363 203 335 0 56 11 5 470 122 111
Binary 11110011 10000011 11011101 0 101110 1001 101 100111000 1010010 1001001

Color Harmonies of #F383DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F383DD

Black with #F383DD

Text Example


Text Example

White with #F383DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F383DD; }

 p { color: rgb(243,131,221); }

 H1.HeaderClassName
 {
   color: #F383DD;
 }
 .AnyTagClassName
 {
   color: #F383DD;
 }
</style>

background-color css

<style>
 a { background-color: #F383DD; }

 a { background-color: rgb(243,131,221); }

 div.DivClassName
 {
   background-color: #F383DD;
 }
 .BgClassName
 {
   background-color: #F383DD;
 }
</style>

border-color css

<style>
 span { border-color: #F383DD; }

 span { border-color: rgb(243,131,221); }

 td.TdClassName
 {
   border-color: #F383DD;
 }
 .TagClassName
 {
   border-color: #F383DD;
 }
</style>