#F97F81

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

Shades of Froly #F97F81

Tints of Froly #F97F81

Color information

#F97F81 (or 0xF97F81) is unknown color: approx Froly. HEX triplet: F9, 7F and 81. RGB value is (249,127,129). Sum of RGB (Red+Green+Blue) = 249+127+129=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97F81 is #06807E. Grayscale: #A3A3A3. Windows color (decimal): -426111 or 8486905. OLE color: 8486905.

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

Color convert

RGB249127129-
CMYK00.490.480.02
HSL359.02º91.04%73.73%-
HSV(B)359.02º49%97.65%-
XYZ50.6236.925.22-
YUV163.71108.42188.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=49.31%
G=25.15%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912712900.490.480.02359.0291.0473.73
HexF97F810313021675b4a
Octal371177201061602547133112
Binary1111100111111111000000101100011100001010110011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97F81; }

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

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

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

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

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

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

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

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