Html Css Color HEX #FE0ABA Shocking Pink

📋 copy color: '#FE0ABA'

red 254 ◦ green 10 ◦ blue 186

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

Shades of Shocking Pink #FE0ABA

Tints of Shocking Pink #FE0ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.22%

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

R = 56.44%
G = 2.22%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE0ABA (or 0xFE0ABA) is known color: Shocking Pink. HEX triplet: FE, 0A and BA. RGB value is (254,10,186). Sum of RGB (Red+Green+Blue) = 254+10+186=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ABA is #01F545. Grayscale: #666666. Windows color (decimal): -128326 or 12192510. OLE color: 12192510.

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

Color convert

RGB 254 10 186 -
CMYK 0 0.96 0.27 0.00
HSL 316.72º 0.99% 0.52% -
HSV(B) 316.72º 0.96% 1% -
XYZ 49.84 24.83 48.62 -
YUV 103.02 174.84 235.69 -
System Red Green Blue C M Y K H S L
Decimal 254 10 186 0 0.96 0.27 0.00 316.72 0.99 0.52
Hex FE A BA 0 60 1B 0 13D 63 34
Octal 376 12 272 0 140 33 0 475 143 64
Binary 11111110 1010 10111010 0 1100000 11011 0 100111101 1100011 110100

Color Harmonies of #FE0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0ABA

Black with #FE0ABA

Text Example


Text Example

White with #FE0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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