Html Css Color HEX #F08ECF Tea Rose

📋 copy color: '#F08ECF'

red 240 ◦ green 142 ◦ blue 207

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

Shades of Tea Rose #F08ECF

Tints of Tea Rose #F08ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.11%

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

R = 40.75%
G = 24.11%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F08ECF (or 0xF08ECF) is known color: Tea Rose. HEX triplet: F0, 8E and CF. RGB value is (240,142,207). Sum of RGB (Red+Green+Blue) = 240+142+207=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ECF is #0F7130. Grayscale: #B2B2B2. Windows color (decimal): -1012017 or 13602544. OLE color: 13602544.

HSL color Cylindrical-coordinate representation of color #F08ECF: hue angle of 320.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08ECF is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 207 -
CMYK 0 0.41 0.14 0.06
HSL 320.2º 0.77% 0.75% -
HSV(B) 320.2º 0.41% 0.94% -
XYZ 56.87 42.38 64.21 -
YUV 178.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 240 142 207 0 0.41 0.14 0.06 320.2 0.77 0.75
Hex F0 8E CF 0 29 E 6 140 4D 4B
Octal 360 216 317 0 51 16 6 500 115 113
Binary 11110000 10001110 11001111 0 101001 1110 110 101000000 1001101 1001011

Color Harmonies of #F08ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08ECF

Black with #F08ECF

Text Example


Text Example

White with #F08ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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