Html Css Color HEX #FE0ABB Shocking Pink

📋 copy color: '#FE0ABB'

red 254 ◦ green 10 ◦ blue 187

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

Shades of Shocking Pink #FE0ABB

Tints of Shocking Pink #FE0ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 56.32%
G = 2.22%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE0ABB (or 0xFE0ABB) is known color: Shocking Pink. HEX triplet: FE, 0A and BB. RGB value is (254,10,187). Sum of RGB (Red+Green+Blue) = 254+10+187=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ABB is #01F544. Grayscale: #666666. Windows color (decimal): -128325 or 12258046. OLE color: 12258046.

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

Color convert

RGB 254 10 187 -
CMYK 0 0.96 0.26 0.00
HSL 316.48º 0.99% 0.52% -
HSV(B) 316.48º 0.96% 1% -
XYZ 49.95 24.88 49.18 -
YUV 103.13 175.34 235.61 -
System Red Green Blue C M Y K H S L
Decimal 254 10 187 0 0.96 0.26 0.00 316.48 0.99 0.52
Hex FE A BB 0 60 1A 0 13C 63 34
Octal 376 12 273 0 140 32 0 474 143 64
Binary 11111110 1010 10111011 0 1100000 11010 0 100111100 1100011 110100

Color Harmonies of #FE0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0ABB

Black with #FE0ABB

Text Example


Text Example

White with #FE0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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