Html Css Color HEX #FE0279 Deep Pink

📋 copy color: '#FE0279'

red 254 ◦ green 2 ◦ blue 121

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

Shades of Deep Pink #FE0279

Tints of Deep Pink #FE0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 67.37%
G = 0.53%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE0279 (or 0xFE0279) is known color: Deep Pink. HEX triplet: FE, 02 and 79. RGB value is (254,2,121). Sum of RGB (Red+Green+Blue) = 254+2+121=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0279 is #01FD86. Grayscale: #5A5A5A. Windows color (decimal): -130439 or 7930622. OLE color: 7930622.

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

Color convert

RGB 254 2 121 -
CMYK 0 0.99 0.52 0.00
HSL 331.67º 0.99% 0.5% -
HSV(B) 331.67º 0.99% 1% -
XYZ 44.35 22.49 20.09 -
YUV 90.91 144.99 244.32 -
System Red Green Blue C M Y K H S L
Decimal 254 2 121 0 0.99 0.52 0.00 331.67 0.99 0.5
Hex FE 2 79 0 63 34 0 14C 63 32
Octal 376 2 171 0 143 64 0 514 143 62
Binary 11111110 10 1111001 0 1100011 110100 0 101001100 1100011 110010

Color Harmonies of #FE0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0279

Black with #FE0279

Text Example


Text Example

White with #FE0279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0279; }

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

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

background-color css

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

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

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

border-color css

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

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

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