#F46A90

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

Shades of Deep Blush #F46A90

Tints of Deep Blush #F46A90

Color information

#F46A90 (or 0xF46A90) is unknown color: approx Deep Blush. HEX triplet: F4, 6A and 90. RGB value is (244,106,144). Sum of RGB (Red+Green+Blue) = 244+106+144=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46A90 is #0B956F. Grayscale: #979797. Windows color (decimal): -759152 or 9464564. OLE color: 9464564.

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

Color convert

RGB244106144-
CMYK00.570.410.04
HSL343.48º86.25%68.63%-
HSV(B)343.48º56.56%95.69%-
XYZ47.531.5529.97-
YUV151.59123.72193.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.39%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=49.39%
G=21.46%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410614400.570.410.04343.4886.2568.63
HexF46A900392941575645
Octal364152220071514527126105
Binary11110100110101010010000011100110100110010101011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46A90; }

 p { color: rgb(244,106,144); }

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

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

 a { background-color: rgb(244,106,144); }

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

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

 span { border-color: rgb(244,106,144); }

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