#F598C0

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

Shades of Shocking #F598C0

Tints of Shocking #F598C0

Color information

#F598C0 (or 0xF598C0) is unknown color: approx Shocking. HEX triplet: F5, 98 and C0. RGB value is (245,152,192). Sum of RGB (Red+Green+Blue) = 245+152+192=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F598C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598C0 is #0A673F. Grayscale: #B8B8B8. Windows color (decimal): -681792 or 12622069. OLE color: 12622069.

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

Color convert

RGB245152192-
CMYK00.380.220.04
HSL334.19º82.3%77.84%-
HSV(B)334.19º37.96%96.08%-
XYZ58.445.6755.61-
YUV184.37132.31171.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 152 (59.77% from 255) = 25.81%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=41.60%
G=25.81%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515219200.380.220.04334.1982.377.84
HexF598C002616414e524e
Octal365230300046264516122116
Binary11110101100110001100000001001101011010010100111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F598C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F598C0; }

 p { color: rgb(245,152,192); }

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

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

 a { background-color: rgb(245,152,192); }

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

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

 span { border-color: rgb(245,152,192); }

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