Html Css Color HEX #F500BE Shocking Pink

📋 copy color: '#F500BE'

red 245 ◦ green 0 ◦ blue 190

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

Shades of Shocking Pink #F500BE

Tints of Shocking Pink #F500BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.32%
G = 0%
B = 43.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F500BE (or 0xF500BE) is known color: Shocking Pink. HEX triplet: F5, 00 and BE. RGB value is (245,0,190). Sum of RGB (Red+Green+Blue) = 245+0+190=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F500BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500BE is #0AFF41. Grayscale: #5E5E5E. Windows color (decimal): -720706 or 12452085. OLE color: 12452085.

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

Color convert

RGB 245 0 190 -
CMYK 0 1 0.22 0.04
HSL 313.47º 1% 0.48% -
HSV(B) 313.47º 1% 0.96% -
XYZ 46.95 23.13 50.71 -
YUV 94.92 181.67 235.05 -
System Red Green Blue C M Y K H S L
Decimal 245 0 190 0 1 0.22 0.04 313.47 1 0.48
Hex F5 0 BE 0 64 16 4 139 64 30
Octal 365 0 276 0 144 26 4 471 144 60
Binary 11110101 0 10111110 0 1100100 10110 100 100111001 1100100 110000

Color Harmonies of #F500BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500BE

Black with #F500BE

Text Example


Text Example

White with #F500BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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