#F0626C

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

Shades of Froly #F0626C

Tints of Froly #F0626C

Color information

#F0626C (or 0xF0626C) is unknown color: approx Froly. HEX triplet: F0, 62 and 6C. RGB value is (240,98,108). Sum of RGB (Red+Green+Blue) = 240+98+108=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0626C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0626C is #0F9D93. Grayscale: #8D8D8D. Windows color (decimal): -1023380 or 7103216. OLE color: 7103216.

HSL color Cylindrical-coordinate representation of color #F0626C: hue angle of 355.77º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0626C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB24098108-
CMYK00.590.550.06
HSL355.77º82.56%66.27%-
HSV(B)355.77º59.17%94.12%-
XYZ43.0128.3417.39-
YUV141.6109.04198.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.81%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=53.81%
G=21.97%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409810800.590.550.06355.7782.5666.27
HexF0626C03B3761645342
Octal360142154073676544123102
Binary1111000011000101101100011101111011111010110010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0626C; }

 p { color: rgb(240,98,108); }

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

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

 a { background-color: rgb(240,98,108); }

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

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

 span { border-color: rgb(240,98,108); }

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