Html Css Color HEX #F086CF Tea Rose

📋 copy color: '#F086CF'

red 240 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #F086CF

Tints of Tea Rose #F086CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 41.31%
G = 23.06%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F086CF (or 0xF086CF) is known color: Tea Rose. HEX triplet: F0, 86 and CF. RGB value is (240,134,207). Sum of RGB (Red+Green+Blue) = 240+134+207=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F086CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086CF is #0F7930. Grayscale: #ADADAD. Windows color (decimal): -1014065 or 13600496. OLE color: 13600496.

HSL color Cylindrical-coordinate representation of color #F086CF: hue angle of 318.68º 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 #F086CF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 207 -
CMYK 0 0.44 0.14 0.06
HSL 318.68º 0.78% 0.73% -
HSV(B) 318.68º 0.44% 0.94% -
XYZ 55.72 40.08 63.83 -
YUV 174.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 240 134 207 0 0.44 0.14 0.06 318.68 0.78 0.73
Hex F0 86 CF 0 2C E 6 13F 4E 49
Octal 360 206 317 0 54 16 6 477 116 111
Binary 11110000 10000110 11001111 0 101100 1110 110 100111111 1001110 1001001

Color Harmonies of #F086CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086CF

Black with #F086CF

Text Example


Text Example

White with #F086CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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