Html Css Color HEX #FE1392 Deep Pink

📋 copy color: '#FE1392'

red 254 ◦ green 19 ◦ blue 146

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

Shades of Deep Pink #FE1392

Tints of Deep Pink #FE1392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.53%

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 60.62%
G = 4.53%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE1392 (or 0xFE1392) is known color: Deep Pink. HEX triplet: FE, 13 and 92. RGB value is (254,19,146). Sum of RGB (Red+Green+Blue) = 254+19+146=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1392 is #01EC6D. Grayscale: #676767. Windows color (decimal): -126062 or 9573374. OLE color: 9573374.

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

Color convert

RGB 254 19 146 -
CMYK 0 0.93 0.43 0.00
HSL 327.57º 0.99% 0.54% -
HSV(B) 327.57º 0.93% 1% -
XYZ 46.29 23.61 29.31 -
YUV 103.74 151.86 235.17 -
System Red Green Blue C M Y K H S L
Decimal 254 19 146 0 0.93 0.43 0.00 327.57 0.99 0.54
Hex FE 13 92 0 5D 2B 0 148 63 36
Octal 376 23 222 0 135 53 0 510 143 66
Binary 11111110 10011 10010010 0 1011101 101011 0 101001000 1100011 110110

Color Harmonies of #FE1392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1392

Black with #FE1392

Text Example


Text Example

White with #FE1392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1392; }

 p { color: rgb(254,19,146); }

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

background-color css

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

 a { background-color: rgb(254,19,146); }

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

border-color css

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

 span { border-color: rgb(254,19,146); }

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