Html Css Color HEX #FE0874 Deep Pink

📋 copy color: '#FE0874'

red 254 ◦ green 8 ◦ blue 116

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

Shades of Deep Pink #FE0874

Tints of Deep Pink #FE0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.12%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 67.2%
G = 2.12%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0874 (or 0xFE0874) is known color: Deep Pink. HEX triplet: FE, 08 and 74. RGB value is (254,8,116). Sum of RGB (Red+Green+Blue) = 254+8+116=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0874 is #01F78B. Grayscale: #5D5D5D. Windows color (decimal): -128908 or 7604478. OLE color: 7604478.

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

Color convert

RGB 254 8 116 -
CMYK 0 0.97 0.54 0.00
HSL 333.66º 0.99% 0.51% -
HSV(B) 333.66º 0.97% 1% -
XYZ 44.11 22.51 18.54 -
YUV 93.87 140.5 242.22 -
System Red Green Blue C M Y K H S L
Decimal 254 8 116 0 0.97 0.54 0.00 333.66 0.99 0.51
Hex FE 8 74 0 61 36 0 14E 63 33
Octal 376 10 164 0 141 66 0 516 143 63
Binary 11111110 1000 1110100 0 1100001 110110 0 101001110 1100011 110011

Color Harmonies of #FE0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0874

Black with #FE0874

Text Example


Text Example

White with #FE0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0874; }

 p { color: rgb(254,8,116); }

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

background-color css

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

 a { background-color: rgb(254,8,116); }

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

border-color css

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

 span { border-color: rgb(254,8,116); }

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