#F08FCC

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

Shades of Tea Rose #F08FCC

Tints of Tea Rose #F08FCC

Color information

#F08FCC (or 0xF08FCC) is unknown color: approx Tea Rose. HEX triplet: F0, 8F and CC. RGB value is (240,143,204). Sum of RGB (Red+Green+Blue) = 240+143+204=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FCC is #0F7033. Grayscale: #B2B2B2. Windows color (decimal): -1011764 or 13406192. OLE color: 13406192.

HSL color Cylindrical-coordinate representation of color #F08FCC: hue angle of 322.27º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FCC is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240143204-
CMYK00.400.150.06
HSL322.27º76.38%75.1%-
HSV(B)322.27º40.42%94.12%-
XYZ56.6642.5362.35-
YUV178.96142.14171.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 143 (56.25% from 255) = 24.36%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=40.89%
G=24.36%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014320400.400.150.06322.2776.3875.1
HexF08FCC028F61424c4b
Octal360217314050176502114113
Binary1111000010001111110011000101000111111010100001010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FCC; }

 p { color: rgb(240,143,204); }

 H1.HeaderClassName
 {
   color: #F08FCC;
 }
 .AnyTagClassName
 {
   color: #F08FCC;
 }
</style>
background-color css

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

 a { background-color: rgb(240,143,204); }

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

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

 span { border-color: rgb(240,143,204); }

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