Html Css Color HEX #FE117A Deep Pink

📋 copy color: '#FE117A'

red 254 ◦ green 17 ◦ blue 122

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

Shades of Deep Pink #FE117A

Tints of Deep Pink #FE117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 64.63%
G = 4.33%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE117A (or 0xFE117A) is known color: Deep Pink. HEX triplet: FE, 11 and 7A. RGB value is (254,17,122). Sum of RGB (Red+Green+Blue) = 254+17+122=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE117A is #01EE85. Grayscale: #636363. Windows color (decimal): -126598 or 7999998. OLE color: 7999998.

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

Color convert

RGB 254 17 122 -
CMYK 0 0.93 0.52 0.00
HSL 333.42º 0.99% 0.53% -
HSV(B) 333.42º 0.93% 1% -
XYZ 44.59 22.88 20.48 -
YUV 99.83 140.52 237.96 -
System Red Green Blue C M Y K H S L
Decimal 254 17 122 0 0.93 0.52 0.00 333.42 0.99 0.53
Hex FE 11 7A 0 5D 34 0 14D 63 35
Octal 376 21 172 0 135 64 0 515 143 65
Binary 11111110 10001 1111010 0 1011101 110100 0 101001101 1100011 110101

Color Harmonies of #FE117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE117A

Black with #FE117A

Text Example


Text Example

White with #FE117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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