Html Css Color HEX #FE1F79 Deep Pink

📋 copy color: '#FE1F79'

red 254 ◦ green 31 ◦ blue 121

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

Shades of Deep Pink #FE1F79

Tints of Deep Pink #FE1F79

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.64%

 BLUE value IS 121 (47.66% from 255) = 29.8%

R = 62.56%
G = 7.64%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE1F79 (or 0xFE1F79) is known color: Deep Pink. HEX triplet: FE, 1F and 79. RGB value is (254,31,121). Sum of RGB (Red+Green+Blue) = 254+31+121=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F79 is #01E086. Grayscale: #6B6B6B. Windows color (decimal): -123015 or 7938046. OLE color: 7938046.

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

Color convert

RGB 254 31 121 -
CMYK 0 0.88 0.52 0.00
HSL 335.78º 0.99% 0.56% -
HSV(B) 335.78º 0.88% 1% -
XYZ 44.81 23.43 20.25 -
YUV 107.94 135.38 232.18 -
System Red Green Blue C M Y K H S L
Decimal 254 31 121 0 0.88 0.52 0.00 335.78 0.99 0.56
Hex FE 1F 79 0 58 34 0 150 63 38
Octal 376 37 171 0 130 64 0 520 143 70
Binary 11111110 11111 1111001 0 1011000 110100 0 101010000 1100011 111000

Color Harmonies of #FE1F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F79

Black with #FE1F79

Text Example


Text Example

White with #FE1F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F79; }

 p { color: rgb(254,31,121); }

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

background-color css

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

 a { background-color: rgb(254,31,121); }

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

border-color css

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

 span { border-color: rgb(254,31,121); }

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