#F59ACA

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

Shades of Shocking #F59ACA

Tints of Shocking #F59ACA

Color information

#F59ACA (or 0xF59ACA) is unknown color: approx Shocking. HEX triplet: F5, 9A and CA. RGB value is (245,154,202). Sum of RGB (Red+Green+Blue) = 245+154+202=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ACA is #0A6535. Grayscale: #BABABA. Windows color (decimal): -681270 or 13277941. OLE color: 13277941.

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

Color convert

RGB245154202-
CMYK00.370.180.04
HSL328.35º81.98%78.24%-
HSV(B)328.35º37.14%96.08%-
XYZ59.8746.7961.75-
YUV186.68136.65169.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 154 (60.55% from 255) = 25.62%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=40.77%
G=25.62%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515420200.370.180.04328.3581.9878.24
HexF59ACA025124148524e
Octal365232312045224510122116
Binary11110101100110101100101001001011001010010100100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ACA; }

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

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

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

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

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

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

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

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