Html Css Color HEX #FE1390 Deep Pink

📋 copy color: '#FE1390'

red 254 ◦ green 19 ◦ blue 144

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

Shades of Deep Pink #FE1390

Tints of Deep Pink #FE1390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 60.91%
G = 4.56%
B = 34.53%

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

#FE1390 (or 0xFE1390) is known color: Deep Pink. HEX triplet: FE, 13 and 90. RGB value is (254,19,144). Sum of RGB (Red+Green+Blue) = 254+19+144=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1390 is #01EC6F. Grayscale: #676767. Windows color (decimal): -126064 or 9442302. OLE color: 9442302.

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

Color convert

RGB 254 19 144 -
CMYK 0 0.93 0.43 0.00
HSL 328.09º 0.99% 0.54% -
HSV(B) 328.09º 0.93% 1% -
XYZ 46.14 23.55 28.5 -
YUV 103.52 150.86 235.34 -
System Red Green Blue C M Y K H S L
Decimal 254 19 144 0 0.93 0.43 0.00 328.09 0.99 0.54
Hex FE 13 90 0 5D 2B 0 148 63 36
Octal 376 23 220 0 135 53 0 510 143 66
Binary 11111110 10011 10010000 0 1011101 101011 0 101001000 1100011 110110

Color Harmonies of #FE1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1390

Black with #FE1390

Text Example


Text Example

White with #FE1390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1390; }

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

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

background-color css

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

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

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

border-color css

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

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

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