#F594BC

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

Shades of Shocking #F594BC

Tints of Shocking #F594BC

Color information

#F594BC (or 0xF594BC) is unknown color: approx Shocking. HEX triplet: F5, 94 and BC. RGB value is (245,148,188). Sum of RGB (Red+Green+Blue) = 245+148+188=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F594BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594BC is #0A6B43. Grayscale: #B5B5B5. Windows color (decimal): -682820 or 12358901. OLE color: 12358901.

HSL color Cylindrical-coordinate representation of color #F594BC: hue angle of 335.26º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F594BC is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245148188-
CMYK00.400.230.04
HSL335.26º82.91%77.06%-
HSV(B)335.26º39.59%96.08%-
XYZ57.3244.2253.09-
YUV181.56131.64173.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.17%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=42.17%
G=25.47%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514818800.400.230.04335.2682.9177.06
HexF594BC02817414f534d
Octal365224274050274517123115
Binary11110101100101001011110001010001011110010100111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F594BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F594BC; }

 p { color: rgb(245,148,188); }

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

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

 a { background-color: rgb(245,148,188); }

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

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

 span { border-color: rgb(245,148,188); }

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