#F495BB

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

Shades of Shocking #F495BB

Tints of Shocking #F495BB

Color information

#F495BB (or 0xF495BB) is unknown color: approx Shocking. HEX triplet: F4, 95 and BB. RGB value is (244,149,187). Sum of RGB (Red+Green+Blue) = 244+149+187=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F495BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495BB is #0B6A44. Grayscale: #B5B5B5. Windows color (decimal): -748101 or 12293620. OLE color: 12293620.

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

Color convert

RGB244149187-
CMYK00.390.230.04
HSL336º81.2%77.06%-
HSV(B)336º38.93%95.69%-
XYZ57.0344.3252.56-
YUV181.74130.97172.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=42.07%
G=25.69%
B=32.24%

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
Decimal24414918700.390.230.0433681.277.06
HexF495BB027174150514d
Octal364225273047274520121115
Binary11110100100101011011101101001111011110010101000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495BB; }

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

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

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

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

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

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

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

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