Html Css Color HEX #FE2379 Deep Pink

📋 copy color: '#FE2379'

red 254 ◦ green 35 ◦ blue 121

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

Shades of Deep Pink #FE2379

Tints of Deep Pink #FE2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.54%

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

R = 61.95%
G = 8.54%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE2379 (or 0xFE2379) is known color: Deep Pink. HEX triplet: FE, 23 and 79. RGB value is (254,35,121). Sum of RGB (Red+Green+Blue) = 254+35+121=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2379 is #01DC86. Grayscale: #6E6E6E. Windows color (decimal): -121991 or 7939070. OLE color: 7939070.

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

Color convert

RGB 254 35 121 -
CMYK 0 0.86 0.52 0.00
HSL 336.44º 0.99% 0.57% -
HSV(B) 336.44º 0.86% 1% -
XYZ 44.93 23.65 20.29 -
YUV 110.29 134.05 230.51 -
System Red Green Blue C M Y K H S L
Decimal 254 35 121 0 0.86 0.52 0.00 336.44 0.99 0.57
Hex FE 23 79 0 56 34 0 150 63 39
Octal 376 43 171 0 126 64 0 520 143 71
Binary 11111110 100011 1111001 0 1010110 110100 0 101010000 1100011 111001

Color Harmonies of #FE2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2379

Black with #FE2379

Text Example


Text Example

White with #FE2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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