#F594C1

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

Shades of Shocking #F594C1

Tints of Shocking #F594C1

Color information

#F594C1 (or 0xF594C1) is unknown color: approx Shocking. HEX triplet: F5, 94 and C1. RGB value is (245,148,193). Sum of RGB (Red+Green+Blue) = 245+148+193=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F594C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594C1 is #0A6B3E. Grayscale: #B6B6B6. Windows color (decimal): -682815 or 12686581. OLE color: 12686581.

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

Color convert

RGB245148193-
CMYK00.400.210.04
HSL332.16º82.91%77.06%-
HSV(B)332.16º39.59%96.08%-
XYZ57.8744.4455.98-
YUV182.13134.14172.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.81%
GREEN value IS 148 (58.20% from 255) = 25.26%
BLUE value IS 193 (75.78% from 255) = 32.94%
R=41.81%
G=25.26%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514819300.400.210.04332.1682.9177.06
HexF594C102815414c534d
Octal365224301050254514123115
Binary11110101100101001100000101010001010110010100110010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F594C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F594C1; }

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

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

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

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

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

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

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

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