Html Css Color HEX #FE1EC9 Shocking Pink

📋 copy color: '#FE1EC9'

red 254 ◦ green 30 ◦ blue 201

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

Shades of Shocking Pink #FE1EC9

Tints of Shocking Pink #FE1EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.19%

 BLUE value IS 201 (78.91% from 255) = 41.44%

R = 52.37%
G = 6.19%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE1EC9 (or 0xFE1EC9) is known color: Shocking Pink. HEX triplet: FE, 1E and C9. RGB value is (254,30,201). Sum of RGB (Red+Green+Blue) = 254+30+201=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EC9 is #01E136. Grayscale: #747474. Windows color (decimal): -123191 or 13180670. OLE color: 13180670.

HSL color Cylindrical-coordinate representation of color #FE1EC9: hue angle of 314.2º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EC9 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 30 201 -
CMYK 0 0.88 0.21 0.00
HSL 314.2º 0.99% 0.56% -
HSV(B) 314.2º 0.88% 1% -
XYZ 51.88 26.22 57.58 -
YUV 116.47 175.71 226.1 -
System Red Green Blue C M Y K H S L
Decimal 254 30 201 0 0.88 0.21 0.00 314.2 0.99 0.56
Hex FE 1E C9 0 58 15 0 13A 63 38
Octal 376 36 311 0 130 25 0 472 143 70
Binary 11111110 11110 11001001 0 1011000 10101 0 100111010 1100011 111000

Color Harmonies of #FE1EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1EC9

Black with #FE1EC9

Text Example


Text Example

White with #FE1EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1EC9; }

 p { color: rgb(254,30,201); }

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

background-color css

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

 a { background-color: rgb(254,30,201); }

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

border-color css

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

 span { border-color: rgb(254,30,201); }

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