#F97FC5

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

Shades of Tea Rose #F97FC5

Tints of Tea Rose #F97FC5

Color information

#F97FC5 (or 0xF97FC5) is unknown color: approx Tea Rose. HEX triplet: F9, 7F and C5. RGB value is (249,127,197). Sum of RGB (Red+Green+Blue) = 249+127+197=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FC5 is #06803A. Grayscale: #ABABAB. Windows color (decimal): -426043 or 12943353. OLE color: 12943353.

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

Color convert

RGB249127197-
CMYK00.490.210.02
HSL325.57º91.04%73.73%-
HSV(B)325.57º49%97.65%-
XYZ56.7339.3557.43-
YUV171.46142.42183.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.46%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=43.46%
G=22.16%
B=34.38%

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
Decimal24912719700.490.210.02325.5791.0473.73
HexF97FC50311521465b4a
Octal371177305061252506133112
Binary111110011111111110001010110001101011010100011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FC5; }

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

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

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

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

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

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

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

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