Html Css Color HEX #FE0474 Deep Pink

📋 copy color: '#FE0474'

red 254 ◦ green 4 ◦ blue 116

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

Shades of Deep Pink #FE0474

Tints of Deep Pink #FE0474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 67.91%
G = 1.07%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0474 (or 0xFE0474) is known color: Deep Pink. HEX triplet: FE, 04 and 74. RGB value is (254,4,116). Sum of RGB (Red+Green+Blue) = 254+4+116=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0474 is #01FB8B. Grayscale: #5B5B5B. Windows color (decimal): -129932 or 7603454. OLE color: 7603454.

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

Color convert

RGB 254 4 116 -
CMYK 0 0.98 0.54 0.00
HSL 333.12º 0.99% 0.51% -
HSV(B) 333.12º 0.98% 1% -
XYZ 44.07 22.42 18.53 -
YUV 91.52 141.83 243.89 -
System Red Green Blue C M Y K H S L
Decimal 254 4 116 0 0.98 0.54 0.00 333.12 0.99 0.51
Hex FE 4 74 0 62 36 0 14D 63 33
Octal 376 4 164 0 142 66 0 515 143 63
Binary 11111110 100 1110100 0 1100010 110110 0 101001101 1100011 110011

Color Harmonies of #FE0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0474

Black with #FE0474

Text Example


Text Example

White with #FE0474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0474; }

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

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

background-color css

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

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

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

border-color css

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

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

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