Html Css Color HEX #FE1396 Deep Pink

📋 copy color: '#FE1396'

red 254 ◦ green 19 ◦ blue 150

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

Shades of Deep Pink #FE1396

Tints of Deep Pink #FE1396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 60.05%
G = 4.49%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE1396 (or 0xFE1396) is known color: Deep Pink. HEX triplet: FE, 13 and 96. RGB value is (254,19,150). Sum of RGB (Red+Green+Blue) = 254+19+150=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1396 is #01EC69. Grayscale: #676767. Windows color (decimal): -126058 or 9835518. OLE color: 9835518.

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

Color convert

RGB 254 19 150 -
CMYK 0 0.93 0.41 0.00
HSL 326.55º 0.99% 0.54% -
HSV(B) 326.55º 0.93% 1% -
XYZ 46.61 23.74 30.98 -
YUV 104.2 153.86 234.85 -
System Red Green Blue C M Y K H S L
Decimal 254 19 150 0 0.93 0.41 0.00 326.55 0.99 0.54
Hex FE 13 96 0 5D 29 0 147 63 36
Octal 376 23 226 0 135 51 0 507 143 66
Binary 11111110 10011 10010110 0 1011101 101001 0 101000111 1100011 110110

Color Harmonies of #FE1396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1396

Black with #FE1396

Text Example


Text Example

White with #FE1396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1396; }

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

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

background-color css

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

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

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

border-color css

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

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

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