Html Css Color HEX #FE01BB Shocking Pink

📋 copy color: '#FE01BB'

red 254 ◦ green 1 ◦ blue 187

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

Shades of Shocking Pink #FE01BB

Tints of Shocking Pink #FE01BB

RGB

 RED value IS 254 (99.61% from 255) = 57.47%

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 57.47%
G = 0.23%
B = 42.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE01BB (or 0xFE01BB) is known color: Shocking Pink. HEX triplet: FE, 01 and BB. RGB value is (254,1,187). Sum of RGB (Red+Green+Blue) = 254+1+187=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01BB is #01FE44. Grayscale: #616161. Windows color (decimal): -130629 or 12255742. OLE color: 12255742.

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

Color convert

RGB 254 1 187 -
CMYK 0 1.00 0.26 0.00
HSL 315.89º 0.99% 0.5% -
HSV(B) 315.89º 1% 1% -
XYZ 49.85 24.68 49.15 -
YUV 97.85 178.32 239.38 -
System Red Green Blue C M Y K H S L
Decimal 254 1 187 0 1.00 0.26 0.00 315.89 0.99 0.5
Hex FE 1 BB 0 64 1A 0 13C 63 32
Octal 376 1 273 0 144 32 0 474 143 62
Binary 11111110 1 10111011 0 1100100 11010 0 100111100 1100011 110010

Color Harmonies of #FE01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01BB

Black with #FE01BB

Text Example


Text Example

White with #FE01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01BB; }

 p { color: rgb(254,1,187); }

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

background-color css

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

 a { background-color: rgb(254,1,187); }

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

border-color css

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

 span { border-color: rgb(254,1,187); }

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