#F395CA

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

Shades of Shocking #F395CA

Tints of Shocking #F395CA

Color information

#F395CA (or 0xF395CA) is unknown color: approx Shocking. HEX triplet: F3, 95 and CA. RGB value is (243,149,202). Sum of RGB (Red+Green+Blue) = 243+149+202=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F395CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395CA is #0C6A35. Grayscale: #B7B7B7. Windows color (decimal): -813622 or 13276659. OLE color: 13276659.

HSL color Cylindrical-coordinate representation of color #F395CA: hue angle of 326.17º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395CA is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243149202-
CMYK00.390.170.05
HSL326.17º79.66%76.86%-
HSV(B)326.17º38.68%95.29%-
XYZ58.3744.8161.45-
YUV183.15138.64170.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=40.91%
G=25.08%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314920200.390.170.05326.1779.6676.86
HexF395CA027115146504d
Octal363225312047215506120115
Binary11110011100101011100101001001111000110110100011010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395CA; }

 p { color: rgb(243,149,202); }

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

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

 a { background-color: rgb(243,149,202); }

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

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

 span { border-color: rgb(243,149,202); }

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