#F790C8

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

Shades of Tea Rose #F790C8

Tints of Tea Rose #F790C8

Color information

#F790C8 (or 0xF790C8) is unknown color: approx Tea Rose. HEX triplet: F7, 90 and C8. RGB value is (247,144,200). Sum of RGB (Red+Green+Blue) = 247+144+200=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F790C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790C8 is #086F37. Grayscale: #B5B5B5. Windows color (decimal): -552760 or 13144311. OLE color: 13144311.

HSL color Cylindrical-coordinate representation of color #F790C8: hue angle of 327.38º 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 #F790C8 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247144200-
CMYK00.420.190.03
HSL327.38º86.55%76.67%-
HSV(B)327.38º41.7%96.86%-
XYZ58.7643.8960.02-
YUV181.18138.62174.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.79%
GREEN value IS 144 (56.64% from 255) = 24.37%
BLUE value IS 200 (78.52% from 255) = 33.84%
R=41.79%
G=24.37%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714420000.420.190.03327.3886.5576.67
HexF790C802A133147574d
Octal367220310052233507127115
Binary1111011110010000110010000101010100111110100011110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F790C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F790C8; }

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

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

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

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

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

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

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

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