#F97FC4

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

Shades of Tea Rose #F97FC4

Tints of Tea Rose #F97FC4

Color information

#F97FC4 (or 0xF97FC4) is unknown color: approx Tea Rose. HEX triplet: F9, 7F and C4. RGB value is (249,127,196). Sum of RGB (Red+Green+Blue) = 249+127+196=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FC4 is #06803B. Grayscale: #ABABAB. Windows color (decimal): -426044 or 12877817. OLE color: 12877817.

HSL color Cylindrical-coordinate representation of color #F97FC4: hue angle of 326.07º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97FC4 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249127196-
CMYK00.490.210.02
HSL326.07º91.04%73.73%-
HSV(B)326.07º49%97.65%-
XYZ56.6239.356.83-
YUV171.34141.92183.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 127 (50% from 255) = 22.20%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=43.53%
G=22.20%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912719600.490.210.02326.0791.0473.73
HexF97FC40311521465b4a
Octal371177304061252506133112
Binary111110011111111110001000110001101011010100011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FC4; }

 p { color: rgb(249,127,196); }

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

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

 a { background-color: rgb(249,127,196); }

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

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

 span { border-color: rgb(249,127,196); }

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