Html Css Color HEX #F596BC Shocking

📋 copy color: '#F596BC'

red 245 ◦ green 150 ◦ blue 188

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

Shades of Shocking #F596BC

Tints of Shocking #F596BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 42.02%
G = 25.73%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F596BC (or 0xF596BC) is known color: Shocking. HEX triplet: F5, 96 and BC. RGB value is (245,150,188). Sum of RGB (Red+Green+Blue) = 245+150+188=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F596BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596BC is #0A6943. Grayscale: #B6B6B6. Windows color (decimal): -682308 or 12359413. OLE color: 12359413.

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

Color convert

RGB 245 150 188 -
CMYK 0 0.39 0.23 0.04
HSL 336º 0.83% 0.77% -
HSV(B) 336º 0.39% 0.96% -
XYZ 57.64 44.86 53.2 -
YUV 182.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 245 150 188 0 0.39 0.23 0.04 336 0.83 0.77
Hex F5 96 BC 0 27 17 4 150 53 4D
Octal 365 226 274 0 47 27 4 520 123 115
Binary 11110101 10010110 10111100 0 100111 10111 100 101010000 1010011 1001101

Color Harmonies of #F596BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596BC

Black with #F596BC

Text Example


Text Example

White with #F596BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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