Html Css Color HEX #FE1490 Deep Pink

📋 copy color: '#FE1490'

red 254 ◦ green 20 ◦ blue 144

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

Shades of Deep Pink #FE1490

Tints of Deep Pink #FE1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

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

R = 60.77%
G = 4.78%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE1490 (or 0xFE1490) is known color: Deep Pink. HEX triplet: FE, 14 and 90. RGB value is (254,20,144). Sum of RGB (Red+Green+Blue) = 254+20+144=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1490 is #01EB6F. Grayscale: #676767. Windows color (decimal): -125808 or 9442558. OLE color: 9442558.

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

Color convert

RGB 254 20 144 -
CMYK 0 0.92 0.43 0.00
HSL 328.21º 0.99% 0.54% -
HSV(B) 328.21º 0.92% 1% -
XYZ 46.16 23.58 28.51 -
YUV 104.1 150.52 234.92 -
System Red Green Blue C M Y K H S L
Decimal 254 20 144 0 0.92 0.43 0.00 328.21 0.99 0.54
Hex FE 14 90 0 5C 2B 0 148 63 36
Octal 376 24 220 0 134 53 0 510 143 66
Binary 11111110 10100 10010000 0 1011100 101011 0 101001000 1100011 110110

Color Harmonies of #FE1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1490

Black with #FE1490

Text Example


Text Example

White with #FE1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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