Html Css Color HEX #FE0974 Deep Pink

📋 copy color: '#FE0974'

red 254 ◦ green 9 ◦ blue 116

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

Shades of Deep Pink #FE0974

Tints of Deep Pink #FE0974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.37%

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

R = 67.02%
G = 2.37%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0974 (or 0xFE0974) is known color: Deep Pink. HEX triplet: FE, 09 and 74. RGB value is (254,9,116). Sum of RGB (Red+Green+Blue) = 254+9+116=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0974 is #01F68B. Grayscale: #5E5E5E. Windows color (decimal): -128652 or 7604734. OLE color: 7604734.

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

Color convert

RGB 254 9 116 -
CMYK 0 0.96 0.54 0.00
HSL 333.8º 0.99% 0.52% -
HSV(B) 333.8º 0.96% 1% -
XYZ 44.12 22.53 18.55 -
YUV 94.45 140.17 241.8 -
System Red Green Blue C M Y K H S L
Decimal 254 9 116 0 0.96 0.54 0.00 333.8 0.99 0.52
Hex FE 9 74 0 60 36 0 14E 63 34
Octal 376 11 164 0 140 66 0 516 143 64
Binary 11111110 1001 1110100 0 1100000 110110 0 101001110 1100011 110100

Color Harmonies of #FE0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0974

Black with #FE0974

Text Example


Text Example

White with #FE0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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