#F495BA

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

Shades of Shocking #F495BA

Tints of Shocking #F495BA

Color information

#F495BA (or 0xF495BA) is unknown color: approx Shocking. HEX triplet: F4, 95 and BA. RGB value is (244,149,186). Sum of RGB (Red+Green+Blue) = 244+149+186=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F495BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495BA is #0B6A45. Grayscale: #B5B5B5. Windows color (decimal): -748102 or 12228084. OLE color: 12228084.

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

Color convert

RGB244149186-
CMYK00.390.240.04
HSL336.63º81.2%77.06%-
HSV(B)336.63º38.93%95.69%-
XYZ56.9244.2752-
YUV181.62130.47172.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.14%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=42.14%
G=25.73%
B=32.12%

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
Decimal24414918600.390.240.04336.6381.277.06
HexF495BA027184151514d
Octal364225272047304521121115
Binary11110100100101011011101001001111100010010101000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495BA; }

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

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

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

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

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

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

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

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