Html Css Color HEX #FF01B5 Shocking Pink

📋 copy color: '#FF01B5'

red 255 ◦ green 1 ◦ blue 181

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

Shades of Shocking Pink #FF01B5

Tints of Shocking Pink #FF01B5

RGB

 RED value IS 255 (100% from 255) = 58.35%

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 58.35%
G = 0.23%
B = 41.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF01B5 (or 0xFF01B5) is known color: Shocking Pink. HEX triplet: FF, 01 and B5. RGB value is (255,1,181). Sum of RGB (Red+Green+Blue) = 255+1+181=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01B5 is #00FE4A. Grayscale: #616161. Windows color (decimal): -65099 or 11862527. OLE color: 11862527.

HSL color Cylindrical-coordinate representation of color #FF01B5: hue angle of 317.48º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01B5 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 1 181 -
CMYK 0 1.00 0.29 0
HSL 317.48º 1% 0.5% -
HSV(B) 317.48º 1% 1% -
XYZ 49.59 24.62 45.85 -
YUV 97.47 175.15 240.36 -
System Red Green Blue C M Y K H S L
Decimal 255 1 181 0 1.00 0.29 0 317.48 1 0.5
Hex FF 1 B5 0 64 1D 0 13D 64 32
Octal 377 1 265 0 144 35 0 475 144 62
Binary 11111111 1 10110101 0 1100100 11101 0 100111101 1100100 110010

Color Harmonies of #FF01B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01B5

Black with #FF01B5

Text Example


Text Example

White with #FF01B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01B5; }

 p { color: rgb(255,1,181); }

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

background-color css

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

 a { background-color: rgb(255,1,181); }

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

border-color css

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

 span { border-color: rgb(255,1,181); }

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