#F2616B

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

Shades of Froly #F2616B

Tints of Froly #F2616B

Color information

#F2616B (or 0xF2616B) is unknown color: approx Froly. HEX triplet: F2, 61 and 6B. RGB value is (242,97,107). Sum of RGB (Red+Green+Blue) = 242+97+107=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2616B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2616B is #0D9E94. Grayscale: #8D8D8D. Windows color (decimal): -892565 or 7037426. OLE color: 7037426.

HSL color Cylindrical-coordinate representation of color #F2616B: hue angle of 355.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2616B is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB24297107-
CMYK00.600.560.05
HSL355.86º84.8%66.47%-
HSV(B)355.86º59.92%94.9%-
XYZ43.5528.4917.11-
YUV141.5108.54199.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=54.26%
G=21.75%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429710700.600.560.05355.8684.866.47
HexF2616B03C3851645542
Octal362141153074705544125102
Binary1111001011000011101011011110011100010110110010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2616B; }

 p { color: rgb(242,97,107); }

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

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

 a { background-color: rgb(242,97,107); }

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

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

 span { border-color: rgb(242,97,107); }

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