Html Css Color HEX #F086DF Pale Magenta

📋 copy color: '#F086DF'

red 240 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #F086DF

Tints of Pale Magenta #F086DF

RGB

 RED value IS 240 (94.14% from 255) = 40.2%

 GREEN value IS 134 (52.73% from 255) = 22.45%

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 40.2%
G = 22.45%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F086DF (or 0xF086DF) is known color: Pale Magenta. HEX triplet: F0, 86 and DF. RGB value is (240,134,223). Sum of RGB (Red+Green+Blue) = 240+134+223=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F086DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086DF is #0F7920. Grayscale: #AFAFAF. Windows color (decimal): -1014049 or 14649072. OLE color: 14649072.

HSL color Cylindrical-coordinate representation of color #F086DF: hue angle of 309.62º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086DF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 223 -
CMYK 0 0.44 0.07 0.06
HSL 309.62º 0.78% 0.73% -
HSV(B) 309.62º 0.44% 0.94% -
XYZ 57.78 40.9 74.66 -
YUV 175.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 240 134 223 0 0.44 0.07 0.06 309.62 0.78 0.73
Hex F0 86 DF 0 2C 7 6 136 4E 49
Octal 360 206 337 0 54 7 6 466 116 111
Binary 11110000 10000110 11011111 0 101100 111 110 100110110 1001110 1001001

Color Harmonies of #F086DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086DF

Black with #F086DF

Text Example


Text Example

White with #F086DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086DF; }

 p { color: rgb(240,134,223); }

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

background-color css

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

 a { background-color: rgb(240,134,223); }

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

border-color css

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

 span { border-color: rgb(240,134,223); }

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