Html Css Color HEX #FE1190 Deep Pink

📋 copy color: '#FE1190'

red 254 ◦ green 17 ◦ blue 144

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

Shades of Deep Pink #FE1190

Tints of Deep Pink #FE1190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.1%

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

R = 61.2%
G = 4.1%
B = 34.7%

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

#FE1190 (or 0xFE1190) is known color: Deep Pink. HEX triplet: FE, 11 and 90. RGB value is (254,17,144). Sum of RGB (Red+Green+Blue) = 254+17+144=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1190 is #01EE6F. Grayscale: #666666. Windows color (decimal): -126576 or 9441790. OLE color: 9441790.

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

Color convert

RGB 254 17 144 -
CMYK 0 0.93 0.43 0.00
HSL 327.85º 0.99% 0.53% -
HSV(B) 327.85º 0.93% 1% -
XYZ 46.11 23.49 28.49 -
YUV 102.34 151.52 236.17 -
System Red Green Blue C M Y K H S L
Decimal 254 17 144 0 0.93 0.43 0.00 327.85 0.99 0.53
Hex FE 11 90 0 5D 2B 0 148 63 35
Octal 376 21 220 0 135 53 0 510 143 65
Binary 11111110 10001 10010000 0 1011101 101011 0 101001000 1100011 110101

Color Harmonies of #FE1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1190

Black with #FE1190

Text Example


Text Example

White with #FE1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1190; }

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

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

background-color css

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

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

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

border-color css

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

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

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