Html Css Color HEX #FE0ABD Shocking Pink

📋 copy color: '#FE0ABD'

red 254 ◦ green 10 ◦ blue 189

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

Shades of Shocking Pink #FE0ABD

Tints of Shocking Pink #FE0ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 56.07%
G = 2.21%
B = 41.72%

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

#FE0ABD (or 0xFE0ABD) is known color: Shocking Pink. HEX triplet: FE, 0A and BD. RGB value is (254,10,189). Sum of RGB (Red+Green+Blue) = 254+10+189=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ABD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ABD is #01F542. Grayscale: #666666. Windows color (decimal): -128323 or 12389118. OLE color: 12389118.

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

Color convert

RGB 254 10 189 -
CMYK 0 0.96 0.26 0.00
HSL 315.98º 0.99% 0.52% -
HSV(B) 315.98º 0.96% 1% -
XYZ 50.17 24.96 50.32 -
YUV 103.36 176.34 235.45 -
System Red Green Blue C M Y K H S L
Decimal 254 10 189 0 0.96 0.26 0.00 315.98 0.99 0.52
Hex FE A BD 0 60 1A 0 13C 63 34
Octal 376 12 275 0 140 32 0 474 143 64
Binary 11111110 1010 10111101 0 1100000 11010 0 100111100 1100011 110100

Color Harmonies of #FE0ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0ABD

Black with #FE0ABD

Text Example


Text Example

White with #FE0ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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