#F494BA

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

Shades of Shocking #F494BA

Tints of Shocking #F494BA

Color information

#F494BA (or 0xF494BA) is unknown color: approx Shocking. HEX triplet: F4, 94 and BA. RGB value is (244,148,186). Sum of RGB (Red+Green+Blue) = 244+148+186=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F494BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F494BA is #0B6B45. Grayscale: #B4B4B4. Windows color (decimal): -748358 or 12227828. OLE color: 12227828.

HSL color Cylindrical-coordinate representation of color #F494BA: hue angle of 336.25º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494BA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244148186-
CMYK00.390.240.04
HSL336.25º81.36%76.86%-
HSV(B)336.25º39.34%95.69%-
XYZ56.7643.9651.95-
YUV181.04130.8172.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=42.21%
G=25.61%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414818600.390.240.04336.2581.3676.86
HexF494BA027184150514d
Octal364224272047304520121115
Binary11110100100101001011101001001111100010010101000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F494BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F494BA; }

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

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

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

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

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

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

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

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