#F495BD

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

Shades of Shocking #F495BD

Tints of Shocking #F495BD

Color information

#F495BD (or 0xF495BD) is unknown color: approx Shocking. HEX triplet: F4, 95 and BD. RGB value is (244,149,189). Sum of RGB (Red+Green+Blue) = 244+149+189=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F495BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495BD is #0B6A42. Grayscale: #B5B5B5. Windows color (decimal): -748099 or 12424692. OLE color: 12424692.

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

Color convert

RGB244149189-
CMYK00.390.230.04
HSL334.74º81.2%77.06%-
HSV(B)334.74º38.93%95.69%-
XYZ57.2444.453.7-
YUV181.96131.97172.25-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.92%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=41.92%
G=25.60%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414918900.390.230.04334.7481.277.06
HexF495BD02717414f514d
Octal364225275047274517121115
Binary11110100100101011011110101001111011110010100111110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495BD; }

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

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

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

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

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

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

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

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