Html Css Color HEX #F596BA Shocking

📋 copy color: '#F596BA'

red 245 ◦ green 150 ◦ blue 186

#F596BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #F596BA

Tints of Shocking #F596BA

RGB

 RED value IS 245 (96.09% from 255) = 42.17%

 GREEN value IS 150 (58.98% from 255) = 25.82%

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 42.17%
G = 25.82%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F596BA (or 0xF596BA) is known color: Shocking. HEX triplet: F5, 96 and BA. RGB value is (245,150,186). Sum of RGB (Red+Green+Blue) = 245+150+186=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F596BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596BA is #0A6945. Grayscale: #B6B6B6. Windows color (decimal): -682310 or 12228341. OLE color: 12228341.

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

Color convert

RGB 245 150 186 -
CMYK 0 0.39 0.24 0.04
HSL 337.26º 0.83% 0.77% -
HSV(B) 337.26º 0.39% 0.96% -
XYZ 57.43 44.77 52.07 -
YUV 182.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 245 150 186 0 0.39 0.24 0.04 337.26 0.83 0.77
Hex F5 96 BA 0 27 18 4 151 53 4D
Octal 365 226 272 0 47 30 4 521 123 115
Binary 11110101 10010110 10111010 0 100111 11000 100 101010001 1010011 1001101

Color Harmonies of #F596BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596BA

Black with #F596BA

Text Example


Text Example

White with #F596BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596BA; }

 p { color: rgb(245,150,186); }

 H1.HeaderClassName
 {
   color: #F596BA;
 }
 .AnyTagClassName
 {
   color: #F596BA;
 }
</style>

background-color css

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

 a { background-color: rgb(245,150,186); }

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

border-color css

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

 span { border-color: rgb(245,150,186); }

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