#f46b8c

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

Shades of Deep Blush #F46B8C

Tints of Deep Blush #F46B8C

Color information

#F46B8C (or 0xF46B8C) is unknown color: approx Deep Blush. HEX triplet: F4, 6B and 8C. RGB value is (244,107,140). Sum of RGB (Red+Green+Blue) = 244+107+140=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F46B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46B8C is #0B9473. Grayscale: #979797. Windows color (decimal): -758900 or 9202676. OLE color: 9202676.

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

Color convert

RGB244107140-
CMYK00.560.430.04
HSL345.55º86.16%68.82%-
HSV(B)345.55º56.15%95.69%-
XYZ47.331.6428.43-
YUV151.72121.39193.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.69%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=49.69%
G=21.79%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410714000.560.430.04345.5586.1668.82
HexF46B8C0382B415a5645
Octal364153214070534532126105
Binary11110100110101110001100011100010101110010101101010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f46b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f46b8c; }

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

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

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

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

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

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

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

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