#F97CC6

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

Shades of Tea Rose #F97CC6

Tints of Tea Rose #F97CC6

Color information

#F97CC6 (or 0xF97CC6) is unknown color: approx Tea Rose. HEX triplet: F9, 7C and C6. RGB value is (249,124,198). Sum of RGB (Red+Green+Blue) = 249+124+198=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CC6 is #068339. Grayscale: #A9A9A9. Windows color (decimal): -426810 or 13008121. OLE color: 13008121.

HSL color Cylindrical-coordinate representation of color #F97CC6: hue angle of 324.48º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97CC6 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249124198-
CMYK00.500.200.02
HSL324.48º91.24%73.14%-
HSV(B)324.48º50.2%97.65%-
XYZ56.4738.6357.91-
YUV169.81143.91184.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 124 (48.83% from 255) = 21.72%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=43.61%
G=21.72%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912419800.500.200.02324.4891.2473.14
HexF97CC60321421445b49
Octal371174306062242504133111
Binary111110011111100110001100110010101001010100010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97CC6; }

 p { color: rgb(249,124,198); }

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

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

 a { background-color: rgb(249,124,198); }

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

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

 span { border-color: rgb(249,124,198); }

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