Html Css Color HEX #FE0175 Deep Pink

📋 copy color: '#FE0175'

red 254 ◦ green 1 ◦ blue 117

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

Shades of Deep Pink #FE0175

Tints of Deep Pink #FE0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 68.28%
G = 0.27%
B = 31.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0175 (or 0xFE0175) is known color: Deep Pink. HEX triplet: FE, 01 and 75. RGB value is (254,1,117). Sum of RGB (Red+Green+Blue) = 254+1+117=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0175 is #01FE8A. Grayscale: #595959. Windows color (decimal): -130699 or 7668222. OLE color: 7668222.

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

Color convert

RGB 254 1 117 -
CMYK 0 1.00 0.54 0.00
HSL 332.49º 0.99% 0.5% -
HSV(B) 332.49º 1% 1% -
XYZ 44.09 22.38 18.82 -
YUV 89.87 143.32 245.07 -
System Red Green Blue C M Y K H S L
Decimal 254 1 117 0 1.00 0.54 0.00 332.49 0.99 0.5
Hex FE 1 75 0 64 36 0 14C 63 32
Octal 376 1 165 0 144 66 0 514 143 62
Binary 11111110 1 1110101 0 1100100 110110 0 101001100 1100011 110010

Color Harmonies of #FE0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0175

Black with #FE0175

Text Example


Text Example

White with #FE0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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