Html Css Color HEX #F086CE Tea Rose

📋 copy color: '#F086CE'

red 240 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #F086CE

Tints of Tea Rose #F086CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 41.38%
G = 23.1%
B = 35.52%

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

#F086CE (or 0xF086CE) is known color: Tea Rose. HEX triplet: F0, 86 and CE. RGB value is (240,134,206). Sum of RGB (Red+Green+Blue) = 240+134+206=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F086CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086CE is #0F7931. Grayscale: #ADADAD. Windows color (decimal): -1014066 or 13534960. OLE color: 13534960.

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

Color convert

RGB 240 134 206 -
CMYK 0 0.44 0.14 0.06
HSL 319.25º 0.78% 0.73% -
HSV(B) 319.25º 0.44% 0.94% -
XYZ 55.6 40.03 63.19 -
YUV 173.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 240 134 206 0 0.44 0.14 0.06 319.25 0.78 0.73
Hex F0 86 CE 0 2C E 6 13F 4E 49
Octal 360 206 316 0 54 16 6 477 116 111
Binary 11110000 10000110 11001110 0 101100 1110 110 100111111 1001110 1001001

Color Harmonies of #F086CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F086CE

Black with #F086CE

Text Example


Text Example

White with #F086CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F086CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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