#F59ACD

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

Shades of Shocking #F59ACD

Tints of Shocking #F59ACD

Color information

#F59ACD (or 0xF59ACD) is unknown color: approx Shocking. HEX triplet: F5, 9A and CD. RGB value is (245,154,205). Sum of RGB (Red+Green+Blue) = 245+154+205=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ACD is #0A6532. Grayscale: #BABABA. Windows color (decimal): -681267 or 13474549. OLE color: 13474549.

HSL color Cylindrical-coordinate representation of color #F59ACD: hue angle of 326.37º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59ACD is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245154205-
CMYK00.370.160.04
HSL326.37º81.98%78.24%-
HSV(B)326.37º37.14%96.08%-
XYZ60.2346.9363.64-
YUV187.02138.15169.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=40.56%
G=25.50%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515420500.370.160.04326.3781.9878.24
HexF59ACD025104146524e
Octal365232315045204506122116
Binary11110101100110101100110101001011000010010100011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ACD; }

 p { color: rgb(245,154,205); }

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

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

 a { background-color: rgb(245,154,205); }

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

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

 span { border-color: rgb(245,154,205); }

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