Html Css Color HEX #F500B5 Shocking Pink

📋 copy color: '#F500B5'

red 245 ◦ green 0 ◦ blue 181

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

Shades of Shocking Pink #F500B5

Tints of Shocking Pink #F500B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.49%

R = 57.51%
G = 0%
B = 42.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F500B5 (or 0xF500B5) is known color: Shocking Pink. HEX triplet: F5, 00 and B5. RGB value is (245,0,181). Sum of RGB (Red+Green+Blue) = 245+0+181=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F500B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500B5 is #0AFF4A. Grayscale: #5D5D5D. Windows color (decimal): -720715 or 11862261. OLE color: 11862261.

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

Color convert

RGB 245 0 181 -
CMYK 0 1 0.26 0.04
HSL 315.67º 1% 0.48% -
HSV(B) 315.67º 1% 0.96% -
XYZ 46 22.75 45.68 -
YUV 93.89 177.17 235.78 -
System Red Green Blue C M Y K H S L
Decimal 245 0 181 0 1 0.26 0.04 315.67 1 0.48
Hex F5 0 B5 0 64 1A 4 13C 64 30
Octal 365 0 265 0 144 32 4 474 144 60
Binary 11110101 0 10110101 0 1100100 11010 100 100111100 1100100 110000

Color Harmonies of #F500B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F500B5

Black with #F500B5

Text Example


Text Example

White with #F500B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F500B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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