Html Css Color HEX #FE0ABF Shocking Pink

📋 copy color: '#FE0ABF'

red 254 ◦ green 10 ◦ blue 191

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

Shades of Shocking Pink #FE0ABF

Tints of Shocking Pink #FE0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.98%

R = 55.82%
G = 2.2%
B = 41.98%

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

#FE0ABF (or 0xFE0ABF) is known color: Shocking Pink. HEX triplet: FE, 0A and BF. RGB value is (254,10,191). Sum of RGB (Red+Green+Blue) = 254+10+191=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ABF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ABF is #01F540. Grayscale: #676767. Windows color (decimal): -128321 or 12520190. OLE color: 12520190.

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

Color convert

RGB 254 10 191 -
CMYK 0 0.96 0.25 0.00
HSL 315.49º 0.99% 0.52% -
HSV(B) 315.49º 0.96% 1% -
XYZ 50.39 25.05 51.47 -
YUV 103.59 177.34 235.28 -
System Red Green Blue C M Y K H S L
Decimal 254 10 191 0 0.96 0.25 0.00 315.49 0.99 0.52
Hex FE A BF 0 60 19 0 13B 63 34
Octal 376 12 277 0 140 31 0 473 143 64
Binary 11111110 1010 10111111 0 1100000 11001 0 100111011 1100011 110100

Color Harmonies of #FE0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0ABF

Black with #FE0ABF

Text Example


Text Example

White with #FE0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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