#F46A94

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

Shades of Deep Blush #F46A94

Tints of Deep Blush #F46A94

Color information

#F46A94 (or 0xF46A94) is unknown color: approx Deep Blush. HEX triplet: F4, 6A and 94. RGB value is (244,106,148). Sum of RGB (Red+Green+Blue) = 244+106+148=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46A94 is #0B956B. Grayscale: #989898. Windows color (decimal): -759148 or 9726708. OLE color: 9726708.

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

Color convert

RGB244106148-
CMYK00.570.390.04
HSL341.74º86.25%68.63%-
HSV(B)341.74º56.56%95.69%-
XYZ47.8131.6831.61-
YUV152.05125.72193.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=49.00%
G=21.29%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410614800.570.390.04341.7486.2568.63
HexF46A940392741565645
Octal364152224071474526126105
Binary11110100110101010010100011100110011110010101011010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46A94; }

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

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

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

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

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

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

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

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