#F495C8

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

Shades of Shocking #F495C8

Tints of Shocking #F495C8

Color information

#F495C8 (or 0xF495C8) is unknown color: approx Shocking. HEX triplet: F4, 95 and C8. RGB value is (244,149,200). Sum of RGB (Red+Green+Blue) = 244+149+200=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F495C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495C8 is #0B6A37. Grayscale: #B7B7B7. Windows color (decimal): -748088 or 13145588. OLE color: 13145588.

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

Color convert

RGB244149200-
CMYK00.390.180.04
HSL327.79º81.2%77.06%-
HSV(B)327.79º38.93%95.69%-
XYZ58.4844.960.23-
YUV183.22137.47171.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.15%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=41.15%
G=25.13%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414920000.390.180.04327.7981.277.06
HexF495C8027124148514d
Octal364225310047224510121115
Binary11110100100101011100100001001111001010010100100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495C8; }

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

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

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

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

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

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

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

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