#F08DC7

Color #F08DC7 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F08DC7

Tints of Tea Rose #F08DC7

Color information

#F08DC7 (or 0xF08DC7) is unknown color: approx 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

RGB240141199-
CMYK00.410.170.06
HSL324.85º76.74%74.71%-
HSV(B)324.85º41.25%94.12%-
XYZ55.7741.759.14-
YUV177.21140.3172.78-

RGB Variations

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

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.12% from 255) = 34.31%
R=41.38%
G=24.31%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014119900.410.170.06324.8576.7474.71
HexF08DC70291161454d4b
Octal360215307051216505115113
Binary11110000100011011100011101010011000111010100010110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>