Html Css Color HEX #F596BD Shocking

📋 copy color: '#F596BD'

red 245 ◦ green 150 ◦ blue 189

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

Shades of Shocking #F596BD

Tints of Shocking #F596BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.36%

R = 41.95%
G = 25.68%
B = 32.36%

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

#F596BD (or 0xF596BD) is known color: Shocking. HEX triplet: F5, 96 and BD. RGB value is (245,150,189). Sum of RGB (Red+Green+Blue) = 245+150+189=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F596BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596BD is #0A6942. Grayscale: #B6B6B6. Windows color (decimal): -682307 or 12424949. OLE color: 12424949.

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

Color convert

RGB 245 150 189 -
CMYK 0 0.39 0.23 0.04
HSL 335.37º 0.83% 0.77% -
HSV(B) 335.37º 0.39% 0.96% -
XYZ 57.75 44.9 53.77 -
YUV 182.85 131.47 172.33 -
System Red Green Blue C M Y K H S L
Decimal 245 150 189 0 0.39 0.23 0.04 335.37 0.83 0.77
Hex F5 96 BD 0 27 17 4 14F 53 4D
Octal 365 226 275 0 47 27 4 517 123 115
Binary 11110101 10010110 10111101 0 100111 10111 100 101001111 1010011 1001101

Color Harmonies of #F596BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596BD

Black with #F596BD

Text Example


Text Example

White with #F596BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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