#F599C1

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

Shades of Shocking #F599C1

Tints of Shocking #F599C1

Color information

#F599C1 (or 0xF599C1) is unknown color: approx Shocking. HEX triplet: F5, 99 and C1. RGB value is (245,153,193). Sum of RGB (Red+Green+Blue) = 245+153+193=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F599C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F599C1 is #0A663E. Grayscale: #B8B8B8. Windows color (decimal): -681535 or 12687861. OLE color: 12687861.

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

Color convert

RGB245153193-
CMYK00.380.210.04
HSL333.91º82.14%78.04%-
HSV(B)333.91º37.55%96.08%-
XYZ58.6746.0556.25-
YUV185.07132.48170.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 153 (60.16% from 255) = 25.89%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=41.46%
G=25.89%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515319300.380.210.04333.9182.1478.04
HexF599C102615414e524e
Octal365231301046254516122116
Binary11110101100110011100000101001101010110010100111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F599C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F599C1; }

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

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

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

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

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

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

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

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