Html Css Color HEX #F596BE Shocking

📋 copy color: '#F596BE'

red 245 ◦ green 150 ◦ blue 190

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

Shades of Shocking #F596BE

Tints of Shocking #F596BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 41.88%
G = 25.64%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F596BE (or 0xF596BE) is known color: Shocking. HEX triplet: F5, 96 and BE. RGB value is (245,150,190). Sum of RGB (Red+Green+Blue) = 245+150+190=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F596BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596BE is #0A6941. Grayscale: #B6B6B6. Windows color (decimal): -682306 or 12490485. OLE color: 12490485.

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

Color convert

RGB 245 150 190 -
CMYK 0 0.39 0.22 0.04
HSL 334.74º 0.83% 0.77% -
HSV(B) 334.74º 0.39% 0.96% -
XYZ 57.86 44.94 54.34 -
YUV 182.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 245 150 190 0 0.39 0.22 0.04 334.74 0.83 0.77
Hex F5 96 BE 0 27 16 4 14F 53 4D
Octal 365 226 276 0 47 26 4 517 123 115
Binary 11110101 10010110 10111110 0 100111 10110 100 101001111 1010011 1001101

Color Harmonies of #F596BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F596BE

Black with #F596BE

Text Example


Text Example

White with #F596BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F596BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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