Html Css Color HEX #FE1276 Deep Pink

📋 copy color: '#FE1276'

red 254 ◦ green 18 ◦ blue 118

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

Shades of Deep Pink #FE1276

Tints of Deep Pink #FE1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.62%

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 65.13%
G = 4.62%
B = 30.26%

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

#FE1276 (or 0xFE1276) is known color: Deep Pink. HEX triplet: FE, 12 and 76. RGB value is (254,18,118). Sum of RGB (Red+Green+Blue) = 254+18+118=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1276 is #01ED89. Grayscale: #636363. Windows color (decimal): -126346 or 7738110. OLE color: 7738110.

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

Color convert

RGB 254 18 118 -
CMYK 0 0.93 0.54 0.00
HSL 334.58º 0.99% 0.53% -
HSV(B) 334.58º 0.93% 1% -
XYZ 44.36 22.81 19.2 -
YUV 99.96 138.19 237.87 -
System Red Green Blue C M Y K H S L
Decimal 254 18 118 0 0.93 0.54 0.00 334.58 0.99 0.53
Hex FE 12 76 0 5D 36 0 14F 63 35
Octal 376 22 166 0 135 66 0 517 143 65
Binary 11111110 10010 1110110 0 1011101 110110 0 101001111 1100011 110101

Color Harmonies of #FE1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1276

Black with #FE1276

Text Example


Text Example

White with #FE1276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1276; }

 p { color: rgb(254,18,118); }

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

background-color css

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

 a { background-color: rgb(254,18,118); }

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

border-color css

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

 span { border-color: rgb(254,18,118); }

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