Html Css Color HEX #F595BB Shocking

📋 copy color: '#F595BB'

red 245 ◦ green 149 ◦ blue 187

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

Shades of Shocking #F595BB

Tints of Shocking #F595BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.65%

 BLUE value IS 187 (73.44% from 255) = 32.19%

R = 42.17%
G = 25.65%
B = 32.19%

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

#F595BB (or 0xF595BB) is known color: Shocking. HEX triplet: F5, 95 and BB. RGB value is (245,149,187). Sum of RGB (Red+Green+Blue) = 245+149+187=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F595BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595BB is #0A6A44. Grayscale: #B5B5B5. Windows color (decimal): -682565 or 12293621. OLE color: 12293621.

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

Color convert

RGB 245 149 187 -
CMYK 0 0.39 0.24 0.04
HSL 336.25º 0.83% 0.77% -
HSV(B) 336.25º 0.39% 0.96% -
XYZ 57.37 44.5 52.58 -
YUV 182.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 245 149 187 0 0.39 0.24 0.04 336.25 0.83 0.77
Hex F5 95 BB 0 27 18 4 150 53 4D
Octal 365 225 273 0 47 30 4 520 123 115
Binary 11110101 10010101 10111011 0 100111 11000 100 101010000 1010011 1001101

Color Harmonies of #F595BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595BB

Black with #F595BB

Text Example


Text Example

White with #F595BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595BB; }

 p { color: rgb(245,149,187); }

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

background-color css

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

 a { background-color: rgb(245,149,187); }

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

border-color css

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

 span { border-color: rgb(245,149,187); }

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