Html Css Color HEX #FE0ABE Shocking Pink

📋 copy color: '#FE0ABE'

red 254 ◦ green 10 ◦ blue 190

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

Shades of Shocking Pink #FE0ABE

Tints of Shocking Pink #FE0ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 55.95%
G = 2.2%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE0ABE (or 0xFE0ABE) is known color: Shocking Pink. HEX triplet: FE, 0A and BE. RGB value is (254,10,190). Sum of RGB (Red+Green+Blue) = 254+10+190=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ABE is #01F541. Grayscale: #676767. Windows color (decimal): -128322 or 12454654. OLE color: 12454654.

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

Color convert

RGB 254 10 190 -
CMYK 0 0.96 0.25 0.00
HSL 315.74º 0.99% 0.52% -
HSV(B) 315.74º 0.96% 1% -
XYZ 50.28 25.01 50.89 -
YUV 103.48 176.84 235.36 -
System Red Green Blue C M Y K H S L
Decimal 254 10 190 0 0.96 0.25 0.00 315.74 0.99 0.52
Hex FE A BE 0 60 19 0 13C 63 34
Octal 376 12 276 0 140 31 0 474 143 64
Binary 11111110 1010 10111110 0 1100000 11001 0 100111100 1100011 110100

Color Harmonies of #FE0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0ABE

Black with #FE0ABE

Text Example


Text Example

White with #FE0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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