#F97CCE

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

Shades of Tea Rose #F97CCE

Tints of Tea Rose #F97CCE

Color information

#F97CCE (or 0xF97CCE) is unknown color: approx Tea Rose. HEX triplet: F9, 7C and CE. RGB value is (249,124,206). Sum of RGB (Red+Green+Blue) = 249+124+206=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CCE is #068331. Grayscale: #AAAAAA. Windows color (decimal): -426802 or 13532409. OLE color: 13532409.

HSL color Cylindrical-coordinate representation of color #F97CCE: hue angle of 320.64º 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 #F97CCE is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249124206-
CMYK00.500.170.02
HSL320.64º91.24%73.14%-
HSV(B)320.64º50.2%97.65%-
XYZ57.4239.0162.9-
YUV170.72147.91183.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=43.01%
G=21.42%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912420600.500.170.02320.6491.2473.14
HexF97CCE0321121415b49
Octal371174316062212501133111
Binary111110011111100110011100110010100011010100000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97CCE; }

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

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

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

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

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

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

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

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