Html Css Color HEX #FE00B8 Shocking Pink

📋 copy color: '#FE00B8'

red 254 ◦ green 0 ◦ blue 184

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

Shades of Shocking Pink #FE00B8

Tints of Shocking Pink #FE00B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.01%

R = 57.99%
G = 0%
B = 42.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE00B8 (or 0xFE00B8) is known color: Shocking Pink. HEX triplet: FE, 00 and B8. RGB value is (254,0,184). Sum of RGB (Red+Green+Blue) = 254+0+184=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00B8 is #01FF47. Grayscale: #606060. Windows color (decimal): -130888 or 12058878. OLE color: 12058878.

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

Color convert

RGB 254 0 184 -
CMYK 0 1 0.28 0.00
HSL 316.54º 1% 0.5% -
HSV(B) 316.54º 1% 1% -
XYZ 49.52 24.53 47.47 -
YUV 96.92 177.15 240.04 -
System Red Green Blue C M Y K H S L
Decimal 254 0 184 0 1 0.28 0.00 316.54 1 0.5
Hex FE 0 B8 0 64 1C 0 13D 64 32
Octal 376 0 270 0 144 34 0 475 144 62
Binary 11111110 0 10111000 0 1100100 11100 0 100111101 1100100 110010

Color Harmonies of #FE00B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00B8

Black with #FE00B8

Text Example


Text Example

White with #FE00B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00B8; }

 p { color: rgb(254,0,184); }

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

background-color css

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

 a { background-color: rgb(254,0,184); }

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

border-color css

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

 span { border-color: rgb(254,0,184); }

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