Html Css Color HEX #FE1174 Deep Pink

📋 copy color: '#FE1174'

red 254 ◦ green 17 ◦ blue 116

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

Shades of Deep Pink #FE1174

Tints of Deep Pink #FE1174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.39%

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

R = 65.63%
G = 4.39%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE1174 (or 0xFE1174) is known color: Deep Pink. HEX triplet: FE, 11 and 74. RGB value is (254,17,116). Sum of RGB (Red+Green+Blue) = 254+17+116=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1174 is #01EE8B. Grayscale: #626262. Windows color (decimal): -126604 or 7606782. OLE color: 7606782.

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

Color convert

RGB 254 17 116 -
CMYK 0 0.93 0.54 0.00
HSL 334.94º 0.99% 0.53% -
HSV(B) 334.94º 0.93% 1% -
XYZ 44.23 22.73 18.58 -
YUV 99.15 137.52 238.45 -
System Red Green Blue C M Y K H S L
Decimal 254 17 116 0 0.93 0.54 0.00 334.94 0.99 0.53
Hex FE 11 74 0 5D 36 0 14F 63 35
Octal 376 21 164 0 135 66 0 517 143 65
Binary 11111110 10001 1110100 0 1011101 110110 0 101001111 1100011 110101

Color Harmonies of #FE1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1174

Black with #FE1174

Text Example


Text Example

White with #FE1174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1174; }

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

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

background-color css

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

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

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

border-color css

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

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

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