Html Css Color HEX #FE1EC4 Shocking Pink

📋 copy color: '#FE1EC4'

red 254 ◦ green 30 ◦ blue 196

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

Shades of Shocking Pink #FE1EC4

Tints of Shocking Pink #FE1EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.83%

R = 52.92%
G = 6.25%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE1EC4 (or 0xFE1EC4) is known color: Shocking Pink. HEX triplet: FE, 1E and C4. RGB value is (254,30,196). Sum of RGB (Red+Green+Blue) = 254+30+196=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 30 (12.11% from 255 or 6.25% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EC4 is #01E13B. Grayscale: #737373. Windows color (decimal): -123196 or 12852990. OLE color: 12852990.

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

Color convert

RGB 254 30 196 -
CMYK 0 0.88 0.23 0.00
HSL 315.54º 0.99% 0.56% -
HSV(B) 315.54º 0.88% 1% -
XYZ 51.3 25.98 54.54 -
YUV 115.9 173.21 226.5 -
System Red Green Blue C M Y K H S L
Decimal 254 30 196 0 0.88 0.23 0.00 315.54 0.99 0.56
Hex FE 1E C4 0 58 17 0 13C 63 38
Octal 376 36 304 0 130 27 0 474 143 70
Binary 11111110 11110 11000100 0 1011000 10111 0 100111100 1100011 111000

Color Harmonies of #FE1EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1EC4

Black with #FE1EC4

Text Example


Text Example

White with #FE1EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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