Html Css Color HEX #FE0799 Deep Pink

📋 copy color: '#FE0799'

red 254 ◦ green 7 ◦ blue 153

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

Shades of Deep Pink #FE0799

Tints of Deep Pink #FE0799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 61.35%
G = 1.69%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE0799 (or 0xFE0799) is known color: Deep Pink. HEX triplet: FE, 07 and 99. RGB value is (254,7,153). Sum of RGB (Red+Green+Blue) = 254+7+153=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0799 is #01F866. Grayscale: #616161. Windows color (decimal): -129127 or 10029054. OLE color: 10029054.

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

Color convert

RGB 254 7 153 -
CMYK 0 0.97 0.40 0.00
HSL 324.53º 0.99% 0.51% -
HSV(B) 324.53º 0.97% 1% -
XYZ 46.7 23.52 32.22 -
YUV 97.5 159.33 239.63 -
System Red Green Blue C M Y K H S L
Decimal 254 7 153 0 0.97 0.40 0.00 324.53 0.99 0.51
Hex FE 7 99 0 61 28 0 145 63 33
Octal 376 7 231 0 141 50 0 505 143 63
Binary 11111110 111 10011001 0 1100001 101000 0 101000101 1100011 110011

Color Harmonies of #FE0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0799

Black with #FE0799

Text Example


Text Example

White with #FE0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0799; }

 p { color: rgb(254,7,153); }

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

background-color css

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

 a { background-color: rgb(254,7,153); }

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

border-color css

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

 span { border-color: rgb(254,7,153); }

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