#F790C1

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

Shades of Tea Rose #F790C1

Tints of Tea Rose #F790C1

Color information

#F790C1 (or 0xF790C1) is unknown color: approx Tea Rose. HEX triplet: F7, 90 and C1. RGB value is (247,144,193). Sum of RGB (Red+Green+Blue) = 247+144+193=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F790C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790C1 is #086F3E. Grayscale: #B4B4B4. Windows color (decimal): -552767 or 12685559. OLE color: 12685559.

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

Color convert

RGB247144193-
CMYK00.420.220.03
HSL331.46º86.55%76.67%-
HSV(B)331.46º41.7%96.86%-
XYZ57.9643.5755.81-
YUV180.38135.12175.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.29%
GREEN value IS 144 (56.64% from 255) = 24.66%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=42.29%
G=24.66%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714419300.420.220.03331.4686.5576.67
HexF790C102A16314b574d
Octal367220301052263513127115
Binary1111011110010000110000010101010101101110100101110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F790C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F790C1; }

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

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

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

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

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

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

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

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