Html Css Color HEX #FE0475 Deep Pink

📋 copy color: '#FE0475'

red 254 ◦ green 4 ◦ blue 117

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

Shades of Deep Pink #FE0475

Tints of Deep Pink #FE0475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 67.73%
G = 1.07%
B = 31.2%

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

#FE0475 (or 0xFE0475) is known color: Deep Pink. HEX triplet: FE, 04 and 75. RGB value is (254,4,117). Sum of RGB (Red+Green+Blue) = 254+4+117=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0475 is #01FB8A. Grayscale: #5B5B5B. Windows color (decimal): -129931 or 7668990. OLE color: 7668990.

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

Color convert

RGB 254 4 117 -
CMYK 0 0.98 0.54 0.00
HSL 332.88º 0.99% 0.51% -
HSV(B) 332.88º 0.98% 1% -
XYZ 44.13 22.44 18.84 -
YUV 91.63 142.33 243.81 -
System Red Green Blue C M Y K H S L
Decimal 254 4 117 0 0.98 0.54 0.00 332.88 0.99 0.51
Hex FE 4 75 0 62 36 0 14D 63 33
Octal 376 4 165 0 142 66 0 515 143 63
Binary 11111110 100 1110101 0 1100010 110110 0 101001101 1100011 110011

Color Harmonies of #FE0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0475

Black with #FE0475

Text Example


Text Example

White with #FE0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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