#F06270

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

Shades of Froly #F06270

Tints of Froly #F06270

Color information

#F06270 (or 0xF06270) is unknown color: approx Froly. HEX triplet: F0, 62 and 70. RGB value is (240,98,112). Sum of RGB (Red+Green+Blue) = 240+98+112=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F06270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06270 is #0F9D8F. Grayscale: #8E8E8E. Windows color (decimal): -1023376 or 7365360. OLE color: 7365360.

HSL color Cylindrical-coordinate representation of color #F06270: hue angle of 354.08º 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 #F06270 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB24098112-
CMYK00.590.530.06
HSL354.08º82.56%66.27%-
HSV(B)354.08º59.17%94.12%-
XYZ43.2328.4318.54-
YUV142.05111.04197.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=53.33%
G=21.78%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409811200.590.530.06354.0882.5666.27
HexF0627003B3561625342
Octal360142160073656542123102
Binary1111000011000101110000011101111010111010110001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06270; }

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

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

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

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

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

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

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

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