#F67982

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

Shades of Froly #F67982

Tints of Froly #F67982

Color information

#F67982 (or 0xF67982) is unknown color: approx Froly. HEX triplet: F6, 79 and 82. RGB value is (246,121,130). Sum of RGB (Red+Green+Blue) = 246+121+130=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F67982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67982 is #09867D. Grayscale: #9F9F9F. Windows color (decimal): -624254 or 8550902. OLE color: 8550902.

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

Color convert

RGB246121130-
CMYK00.510.470.04
HSL355.68º87.41%71.96%-
HSV(B)355.68º50.81%96.47%-
XYZ48.8734.8825.28-
YUV159.4111.41189.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=49.50%
G=24.35%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612113000.510.470.04355.6887.4171.96
HexF679820332F41645748
Octal366171202063574544127110
Binary11110110111100110000010011001110111110010110010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67982; }

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

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

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

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

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

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

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

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