Html Css Color HEX #FE1290 Deep Pink

📋 copy color: '#FE1290'

red 254 ◦ green 18 ◦ blue 144

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

Shades of Deep Pink #FE1290

Tints of Deep Pink #FE1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.33%

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

R = 61.06%
G = 4.33%
B = 34.62%

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

#FE1290 (or 0xFE1290) is known color: Deep Pink. HEX triplet: FE, 12 and 90. RGB value is (254,18,144). Sum of RGB (Red+Green+Blue) = 254+18+144=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1290 is #01ED6F. Grayscale: #666666. Windows color (decimal): -126320 or 9442046. OLE color: 9442046.

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

Color convert

RGB 254 18 144 -
CMYK 0 0.93 0.43 0.00
HSL 327.97º 0.99% 0.53% -
HSV(B) 327.97º 0.93% 1% -
XYZ 46.12 23.52 28.49 -
YUV 102.93 151.19 235.75 -
System Red Green Blue C M Y K H S L
Decimal 254 18 144 0 0.93 0.43 0.00 327.97 0.99 0.53
Hex FE 12 90 0 5D 2B 0 148 63 35
Octal 376 22 220 0 135 53 0 510 143 65
Binary 11111110 10010 10010000 0 1011101 101011 0 101001000 1100011 110101

Color Harmonies of #FE1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1290

Black with #FE1290

Text Example


Text Example

White with #FE1290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1290; }

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

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

background-color css

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

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

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

border-color css

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

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

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