#F07CCA

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

Shades of Tea Rose #F07CCA

Tints of Tea Rose #F07CCA

Color information

#F07CCA (or 0xF07CCA) is unknown color: approx Tea Rose. HEX triplet: F0, 7C and CA. RGB value is (240,124,202). Sum of RGB (Red+Green+Blue) = 240+124+202=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CCA is #0F8335. Grayscale: #A7A7A7. Windows color (decimal): -1016630 or 13270256. OLE color: 13270256.

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

Color convert

RGB240124202-
CMYK00.480.160.06
HSL319.66º79.45%71.37%-
HSV(B)319.66º48.33%94.12%-
XYZ53.837.260.22-
YUV167.58147.43179.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 124 (48.83% from 255) = 21.91%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=42.40%
G=21.91%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012420200.480.160.06319.6679.4571.37
HexF07CCA0301061404f47
Octal360174312060206500117107
Binary1111000011111001100101001100001000011010100000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CCA; }

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

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

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

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

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

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

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

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