Html Css Color HEX #F500BA Shocking Pink

📋 copy color: '#F500BA'

red 245 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #F500BA

Tints of Shocking Pink #F500BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 56.84%
G = 0%
B = 43.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F500BA (or 0xF500BA) is known color: Shocking Pink. HEX triplet: F5, 00 and BA. RGB value is (245,0,186). Sum of RGB (Red+Green+Blue) = 245+0+186=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F500BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500BA is #0AFF45. Grayscale: #5D5D5D. Windows color (decimal): -720710 or 12189941. OLE color: 12189941.

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

Color convert

RGB 245 0 186 -
CMYK 0 1 0.24 0.04
HSL 314.45º 1% 0.48% -
HSV(B) 314.45º 1% 0.96% -
XYZ 46.52 22.96 48.43 -
YUV 94.46 179.67 235.38 -
System Red Green Blue C M Y K H S L
Decimal 245 0 186 0 1 0.24 0.04 314.45 1 0.48
Hex F5 0 BA 0 64 18 4 13A 64 30
Octal 365 0 272 0 144 30 4 472 144 60
Binary 11110101 0 10111010 0 1100100 11000 100 100111010 1100100 110000

Color Harmonies of #F500BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500BA

Black with #F500BA

Text Example


Text Example

White with #F500BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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