Html Css Color HEX #FE1281 Deep Pink

📋 copy color: '#FE1281'

red 254 ◦ green 18 ◦ blue 129

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

Shades of Deep Pink #FE1281

Tints of Deep Pink #FE1281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 63.34%
G = 4.49%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE1281 (or 0xFE1281) is known color: Deep Pink. HEX triplet: FE, 12 and 81. RGB value is (254,18,129). Sum of RGB (Red+Green+Blue) = 254+18+129=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1281 is #01ED7E. Grayscale: #656565. Windows color (decimal): -126335 or 8459006. OLE color: 8459006.

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

Color convert

RGB 254 18 129 -
CMYK 0 0.93 0.49 0.00
HSL 331.78º 0.99% 0.53% -
HSV(B) 331.78º 0.93% 1% -
XYZ 45.05 23.09 22.85 -
YUV 101.22 143.69 236.97 -
System Red Green Blue C M Y K H S L
Decimal 254 18 129 0 0.93 0.49 0.00 331.78 0.99 0.53
Hex FE 12 81 0 5D 31 0 14C 63 35
Octal 376 22 201 0 135 61 0 514 143 65
Binary 11111110 10010 10000001 0 1011101 110001 0 101001100 1100011 110101

Color Harmonies of #FE1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1281

Black with #FE1281

Text Example


Text Example

White with #FE1281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1281; }

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

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

background-color css

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

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

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

border-color css

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

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

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