Html Css Color HEX #FE1273 Deep Pink

📋 copy color: '#FE1273'

red 254 ◦ green 18 ◦ blue 115

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

Shades of Deep Pink #FE1273

Tints of Deep Pink #FE1273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 65.63%
G = 4.65%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE1273 (or 0xFE1273) is known color: Deep Pink. HEX triplet: FE, 12 and 73. RGB value is (254,18,115). Sum of RGB (Red+Green+Blue) = 254+18+115=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1273 is #01ED8C. Grayscale: #636363. Windows color (decimal): -126349 or 7541502. OLE color: 7541502.

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

Color convert

RGB 254 18 115 -
CMYK 0 0.93 0.55 0.00
HSL 335.34º 0.99% 0.53% -
HSV(B) 335.34º 0.93% 1% -
XYZ 44.18 22.74 18.28 -
YUV 99.62 136.69 238.11 -
System Red Green Blue C M Y K H S L
Decimal 254 18 115 0 0.93 0.55 0.00 335.34 0.99 0.53
Hex FE 12 73 0 5D 37 0 14F 63 35
Octal 376 22 163 0 135 67 0 517 143 65
Binary 11111110 10010 1110011 0 1011101 110111 0 101001111 1100011 110101

Color Harmonies of #FE1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1273

Black with #FE1273

Text Example


Text Example

White with #FE1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1273; }

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

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

background-color css

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

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

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

border-color css

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

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

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