#F790CA

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

Shades of Tea Rose #F790CA

Tints of Tea Rose #F790CA

Color information

#F790CA (or 0xF790CA) is unknown color: approx Tea Rose. HEX triplet: F7, 90 and CA. RGB value is (247,144,202). Sum of RGB (Red+Green+Blue) = 247+144+202=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F790CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790CA is #086F35. Grayscale: #B5B5B5. Windows color (decimal): -552758 or 13275383. OLE color: 13275383.

HSL color Cylindrical-coordinate representation of color #F790CA: hue angle of 326.21º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F790CA is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247144202-
CMYK00.420.180.03
HSL326.21º86.55%76.67%-
HSV(B)326.21º41.7%96.86%-
XYZ58.9943.9861.26-
YUV181.41139.62174.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.65%
GREEN value IS 144 (56.64% from 255) = 24.28%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=41.65%
G=24.28%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714420200.420.180.03326.2186.5576.67
HexF790CA02A123146574d
Octal367220312052223506127115
Binary1111011110010000110010100101010100101110100011010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F790CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F790CA; }

 p { color: rgb(247,144,202); }

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

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

 a { background-color: rgb(247,144,202); }

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

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

 span { border-color: rgb(247,144,202); }

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