#F46F8C

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

Shades of Deep Blush #F46F8C

Tints of Deep Blush #F46F8C

Color information

#F46F8C (or 0xF46F8C) is unknown color: approx Deep Blush. HEX triplet: F4, 6F and 8C. RGB value is (244,111,140). Sum of RGB (Red+Green+Blue) = 244+111+140=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46F8C is #0B9073. Grayscale: #9A9A9A. Windows color (decimal): -757876 or 9203700. OLE color: 9203700.

HSL color Cylindrical-coordinate representation of color #F46F8C: hue angle of 346.92º 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 #F46F8C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244111140-
CMYK00.550.430.04
HSL346.92º85.81%69.61%-
HSV(B)346.92º54.51%95.69%-
XYZ47.7332.528.57-
YUV154.07120.06192.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=49.29%
G=22.42%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411114000.550.430.04346.9285.8169.61
HexF46F8C0372B415b5646
Octal364157214067534533126106
Binary11110100110111110001100011011110101110010101101110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46F8C; }

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

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

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

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

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

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

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

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