Html Css Color HEX #FE117F Deep Pink

📋 copy color: '#FE117F'

red 254 ◦ green 17 ◦ blue 127

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

Shades of Deep Pink #FE117F

Tints of Deep Pink #FE117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 63.82%
G = 4.27%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE117F (or 0xFE117F) is known color: Deep Pink. HEX triplet: FE, 11 and 7F. RGB value is (254,17,127). Sum of RGB (Red+Green+Blue) = 254+17+127=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE117F is #01EE80. Grayscale: #646464. Windows color (decimal): -126593 or 8327678. OLE color: 8327678.

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

Color convert

RGB 254 17 127 -
CMYK 0 0.93 0.50 0.00
HSL 332.15º 0.99% 0.53% -
HSV(B) 332.15º 0.93% 1% -
XYZ 44.9 23 22.15 -
YUV 100.4 143.02 237.56 -
System Red Green Blue C M Y K H S L
Decimal 254 17 127 0 0.93 0.50 0.00 332.15 0.99 0.53
Hex FE 11 7F 0 5D 32 0 14C 63 35
Octal 376 21 177 0 135 62 0 514 143 65
Binary 11111110 10001 1111111 0 1011101 110010 0 101001100 1100011 110101

Color Harmonies of #FE117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE117F

Black with #FE117F

Text Example


Text Example

White with #FE117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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