Html Css Color HEX #FE1ABC Shocking Pink

📋 copy color: '#FE1ABC'

red 254 ◦ green 26 ◦ blue 188

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

Shades of Shocking Pink #FE1ABC

Tints of Shocking Pink #FE1ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.56%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 54.27%
G = 5.56%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE1ABC (or 0xFE1ABC) is known color: Shocking Pink. HEX triplet: FE, 1A and BC. RGB value is (254,26,188). Sum of RGB (Red+Green+Blue) = 254+26+188=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ABC is #01E543. Grayscale: #707070. Windows color (decimal): -124228 or 12327678. OLE color: 12327678.

HSL color Cylindrical-coordinate representation of color #FE1ABC: hue angle of 317.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1ABC is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 26 188 -
CMYK 0 0.90 0.26 0.00
HSL 317.37º 0.99% 0.55% -
HSV(B) 317.37º 0.9% 1% -
XYZ 50.32 25.44 49.84 -
YUV 112.64 170.54 228.83 -
System Red Green Blue C M Y K H S L
Decimal 254 26 188 0 0.90 0.26 0.00 317.37 0.99 0.55
Hex FE 1A BC 0 5A 1A 0 13D 63 37
Octal 376 32 274 0 132 32 0 475 143 67
Binary 11111110 11010 10111100 0 1011010 11010 0 100111101 1100011 110111

Color Harmonies of #FE1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1ABC

Black with #FE1ABC

Text Example


Text Example

White with #FE1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1ABC; }

 p { color: rgb(254,26,188); }

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

background-color css

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

 a { background-color: rgb(254,26,188); }

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

border-color css

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

 span { border-color: rgb(254,26,188); }

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