Html Css Color HEX #F08DC7 Tea Rose

📋 copy color: '#F08DC7'

red 240 ◦ green 141 ◦ blue 199

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

Shades of Tea Rose #F08DC7

Tints of Tea Rose #F08DC7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.31%

 BLUE value IS 199 (78.13% from 255) = 34.31%

R = 41.38%
G = 24.31%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F08DC7 (or 0xF08DC7) is known color: Tea Rose. HEX triplet: F0, 8D and C7. RGB value is (240,141,199). Sum of RGB (Red+Green+Blue) = 240+141+199=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DC7 is #0F7238. Grayscale: #B1B1B1. Windows color (decimal): -1012281 or 13078000. OLE color: 13078000.

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

Color convert

RGB 240 141 199 -
CMYK 0 0.41 0.17 0.06
HSL 324.85º 0.77% 0.75% -
HSV(B) 324.85º 0.41% 0.94% -
XYZ 55.77 41.7 59.14 -
YUV 177.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 240 141 199 0 0.41 0.17 0.06 324.85 0.77 0.75
Hex F0 8D C7 0 29 11 6 145 4D 4B
Octal 360 215 307 0 51 21 6 505 115 113
Binary 11110000 10001101 11000111 0 101001 10001 110 101000101 1001101 1001011

Color Harmonies of #F08DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08DC7

Black with #F08DC7

Text Example


Text Example

White with #F08DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08DC7; }

 p { color: rgb(240,141,199); }

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

background-color css

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

 a { background-color: rgb(240,141,199); }

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

border-color css

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

 span { border-color: rgb(240,141,199); }

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