Html Css Color HEX #F500BC Shocking Pink

📋 copy color: '#F500BC'

red 245 ◦ green 0 ◦ blue 188

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

Shades of Shocking Pink #F500BC

Tints of Shocking Pink #F500BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 56.58%
G = 0%
B = 43.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F500BC (or 0xF500BC) is known color: Shocking Pink. HEX triplet: F5, 00 and BC. RGB value is (245,0,188). Sum of RGB (Red+Green+Blue) = 245+0+188=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F500BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500BC is #0AFF43. Grayscale: #5E5E5E. Windows color (decimal): -720708 or 12321013. OLE color: 12321013.

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

Color convert

RGB 245 0 188 -
CMYK 0 1 0.23 0.04
HSL 313.96º 1% 0.48% -
HSV(B) 313.96º 1% 0.96% -
XYZ 46.73 23.04 49.56 -
YUV 94.69 180.67 235.21 -
System Red Green Blue C M Y K H S L
Decimal 245 0 188 0 1 0.23 0.04 313.96 1 0.48
Hex F5 0 BC 0 64 17 4 13A 64 30
Octal 365 0 274 0 144 27 4 472 144 60
Binary 11110101 0 10111100 0 1100100 10111 100 100111010 1100100 110000

Color Harmonies of #F500BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500BC

Black with #F500BC

Text Example


Text Example

White with #F500BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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