#F07CCB

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

Shades of Tea Rose #F07CCB

Tints of Tea Rose #F07CCB

Color information

#F07CCB (or 0xF07CCB) is unknown color: approx Tea Rose. HEX triplet: F0, 7C and CB. RGB value is (240,124,203). Sum of RGB (Red+Green+Blue) = 240+124+203=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CCB is #0F8334. Grayscale: #A7A7A7. Windows color (decimal): -1016629 or 13335792. OLE color: 13335792.

HSL color Cylindrical-coordinate representation of color #F07CCB: hue angle of 319.14º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CCB is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240124203-
CMYK00.480.150.06
HSL319.14º79.45%71.37%-
HSV(B)319.14º48.33%94.12%-
XYZ53.9237.2560.85-
YUV167.69147.93179.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 124 (48.83% from 255) = 21.87%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=42.33%
G=21.87%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012420300.480.150.06319.1479.4571.37
HexF07CCB030F613f4f47
Octal360174313060176477117107
Binary111100001111100110010110110000111111010011111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CCB; }

 p { color: rgb(240,124,203); }

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

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

 a { background-color: rgb(240,124,203); }

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

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

 span { border-color: rgb(240,124,203); }

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