#F97FC3

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

Shades of Tea Rose #F97FC3

Tints of Tea Rose #F97FC3

Color information

#F97FC3 (or 0xF97FC3) is unknown color: approx Tea Rose. HEX triplet: F9, 7F and C3. RGB value is (249,127,195). Sum of RGB (Red+Green+Blue) = 249+127+195=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FC3 is #06803C. Grayscale: #ABABAB. Windows color (decimal): -426045 or 12812281. OLE color: 12812281.

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

Color convert

RGB249127195-
CMYK00.490.220.02
HSL326.56º91.04%73.73%-
HSV(B)326.56º49%97.65%-
XYZ56.5139.2656.23-
YUV171.23141.42183.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=43.61%
G=22.24%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912719500.490.220.02326.5691.0473.73
HexF97FC30311621475b4a
Octal371177303061262507133112
Binary111110011111111110000110110001101101010100011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97FC3; }

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

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

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

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

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

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

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

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