Html Css Color HEX #F591BE Shocking

📋 copy color: '#F591BE'

red 245 ◦ green 145 ◦ blue 190

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

Shades of Shocking #F591BE

Tints of Shocking #F591BE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25%

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

R = 42.24%
G = 25%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F591BE (or 0xF591BE) is known color: Shocking. HEX triplet: F5, 91 and BE. RGB value is (245,145,190). Sum of RGB (Red+Green+Blue) = 245+145+190=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F591BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591BE is #0A6E41. Grayscale: #B3B3B3. Windows color (decimal): -683586 or 12489205. OLE color: 12489205.

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

Color convert

RGB 245 145 190 -
CMYK 0 0.41 0.22 0.04
HSL 333º 0.83% 0.76% -
HSV(B) 333º 0.41% 0.96% -
XYZ 57.08 43.38 54.08 -
YUV 180.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 245 145 190 0 0.41 0.22 0.04 333 0.83 0.76
Hex F5 91 BE 0 29 16 4 14D 53 4C
Octal 365 221 276 0 51 26 4 515 123 114
Binary 11110101 10010001 10111110 0 101001 10110 100 101001101 1010011 1001100

Color Harmonies of #F591BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F591BE

Black with #F591BE

Text Example


Text Example

White with #F591BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F591BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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