#F46F7E

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

Shades of Froly #F46F7E

Tints of Froly #F46F7E

Color information

#F46F7E (or 0xF46F7E) is unknown color: approx Froly. HEX triplet: F4, 6F and 7E. RGB value is (244,111,126). Sum of RGB (Red+Green+Blue) = 244+111+126=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46F7E is #0B9081. Grayscale: #989898. Windows color (decimal): -757890 or 8286196. OLE color: 8286196.

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

Color convert

RGB244111126-
CMYK00.550.480.04
HSL353.23º85.81%69.61%-
HSV(B)353.23º54.51%95.69%-
XYZ46.7632.1123.47-
YUV152.48113.06193.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.73%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=50.73%
G=23.08%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411112600.550.480.04353.2385.8169.61
HexF46F7E0373041615646
Octal364157176067604541126106
Binary1111010011011111111110011011111000010010110000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46F7E; }

 p { color: rgb(244,111,126); }

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

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

 a { background-color: rgb(244,111,126); }

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

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

 span { border-color: rgb(244,111,126); }

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