Html Css Color HEX #F08ED1 Tea Rose

📋 copy color: '#F08ED1'

red 240 ◦ green 142 ◦ blue 209

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

Shades of Tea Rose #F08ED1

Tints of Tea Rose #F08ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.36%

R = 40.61%
G = 24.03%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F08ED1 (or 0xF08ED1) is known color: Tea Rose. HEX triplet: F0, 8E and D1. RGB value is (240,142,209). Sum of RGB (Red+Green+Blue) = 240+142+209=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ED1 is #0F712E. Grayscale: #B2B2B2. Windows color (decimal): -1012015 or 13733616. OLE color: 13733616.

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

Color convert

RGB 240 142 209 -
CMYK 0 0.41 0.13 0.06
HSL 318.98º 0.77% 0.75% -
HSV(B) 318.98º 0.41% 0.94% -
XYZ 57.12 42.47 65.51 -
YUV 178.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 240 142 209 0 0.41 0.13 0.06 318.98 0.77 0.75
Hex F0 8E D1 0 29 D 6 13F 4D 4B
Octal 360 216 321 0 51 15 6 477 115 113
Binary 11110000 10001110 11010001 0 101001 1101 110 100111111 1001101 1001011

Color Harmonies of #F08ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08ED1

Black with #F08ED1

Text Example


Text Example

White with #F08ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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