#F790BC

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

Shades of Tea Rose #F790BC

Tints of Tea Rose #F790BC

Color information

#F790BC (or 0xF790BC) is unknown color: approx Tea Rose. HEX triplet: F7, 90 and BC. RGB value is (247,144,188). Sum of RGB (Red+Green+Blue) = 247+144+188=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F790BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790BC is #086F43. Grayscale: #B3B3B3. Windows color (decimal): -552772 or 12357879. OLE color: 12357879.

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

Color convert

RGB247144188-
CMYK00.420.240.03
HSL334.37º86.55%76.67%-
HSV(B)334.37º41.7%96.86%-
XYZ57.4143.3552.92-
YUV179.81132.62175.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.66%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=42.66%
G=24.87%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714418800.420.240.03334.3786.5576.67
HexF790BC02A18314e574d
Octal367220274052303516127115
Binary1111011110010000101111000101010110001110100111010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F790BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F790BC; }

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

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

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

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

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

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

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

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