#F68182

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

Shades of Froly #F68182

Tints of Froly #F68182

Color information

#F68182 (or 0xF68182) is unknown color: approx Froly. HEX triplet: F6, 81 and 82. RGB value is (246,129,130). Sum of RGB (Red+Green+Blue) = 246+129+130=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68182 is #097E7D. Grayscale: #A4A4A4. Windows color (decimal): -622206 or 8552950. OLE color: 8552950.

HSL color Cylindrical-coordinate representation of color #F68182: hue angle of 359.49º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F68182 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB246129130-
CMYK00.480.470.04
HSL359.49º86.67%73.53%-
HSV(B)359.49º47.56%96.47%-
XYZ49.8936.9125.61-
YUV164.1108.76186.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=48.71%
G=25.54%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612913000.480.470.04359.4986.6773.53
HexF681820302F4167574a
Octal366201202060574547127112
Binary111101101000000110000010011000010111110010110011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68182; }

 p { color: rgb(246,129,130); }

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

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

 a { background-color: rgb(246,129,130); }

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

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

 span { border-color: rgb(246,129,130); }

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