#F96F74

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

Shades of Froly #F96F74

Tints of Froly #F96F74

Color information

#F96F74 (or 0xF96F74) is unknown color: approx Froly. HEX triplet: F9, 6F and 74. RGB value is (249,111,116). Sum of RGB (Red+Green+Blue) = 249+111+116=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F74 is #06908B. Grayscale: #989898. Windows color (decimal): -430220 or 7630841. OLE color: 7630841.

HSL color Cylindrical-coordinate representation of color #F96F74: hue angle of 357.83º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96F74 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB249111116-
CMYK00.550.530.02
HSL357.83º92%70.59%-
HSV(B)357.83º55.42%97.65%-
XYZ47.932.7720.32-
YUV152.83107.22196.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.31%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=52.31%
G=23.32%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911111600.550.530.02357.839270.59
HexF96F740373521665c47
Octal371157164067652546134107
Binary111110011101111111010001101111101011010110011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96F74; }

 p { color: rgb(249,111,116); }

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

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

 a { background-color: rgb(249,111,116); }

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

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

 span { border-color: rgb(249,111,116); }

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