Html Css Color HEX #FE00BA Shocking Pink

📋 copy color: '#FE00BA'

red 254 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #FE00BA

Tints of Shocking Pink #FE00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 57.73%
G = 0%
B = 42.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE00BA (or 0xFE00BA) is known color: Shocking Pink. HEX triplet: FE, 00 and BA. RGB value is (254,0,186). Sum of RGB (Red+Green+Blue) = 254+0+186=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00BA is #01FF45. Grayscale: #606060. Windows color (decimal): -130886 or 12189950. OLE color: 12189950.

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

Color convert

RGB 254 0 186 -
CMYK 0 1 0.27 0.00
HSL 316.06º 1% 0.5% -
HSV(B) 316.06º 1% 1% -
XYZ 49.74 24.62 48.58 -
YUV 97.15 178.15 239.88 -
System Red Green Blue C M Y K H S L
Decimal 254 0 186 0 1 0.27 0.00 316.06 1 0.5
Hex FE 0 BA 0 64 1B 0 13C 64 32
Octal 376 0 272 0 144 33 0 474 144 62
Binary 11111110 0 10111010 0 1100100 11011 0 100111100 1100100 110010

Color Harmonies of #FE00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00BA

Black with #FE00BA

Text Example


Text Example

White with #FE00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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