Html Css Color HEX #FE109D Deep Pink

📋 copy color: '#FE109D'

red 254 ◦ green 16 ◦ blue 157

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

Shades of Deep Pink #FE109D

Tints of Deep Pink #FE109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.75%

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 59.48%
G = 3.75%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE109D (or 0xFE109D) is known color: Deep Pink. HEX triplet: FE, 10 and 9D. RGB value is (254,16,157). Sum of RGB (Red+Green+Blue) = 254+16+157=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE109D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE109D is #01EF62. Grayscale: #666666. Windows color (decimal): -126819 or 10293502. OLE color: 10293502.

HSL color Cylindrical-coordinate representation of color #FE109D: hue angle of 324.45º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE109D is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 16 157 -
CMYK 0 0.94 0.38 0.00
HSL 324.45º 0.99% 0.53% -
HSV(B) 324.45º 0.94% 1% -
XYZ 47.14 23.88 34.02 -
YUV 103.24 158.35 235.54 -
System Red Green Blue C M Y K H S L
Decimal 254 16 157 0 0.94 0.38 0.00 324.45 0.99 0.53
Hex FE 10 9D 0 5E 26 0 144 63 35
Octal 376 20 235 0 136 46 0 504 143 65
Binary 11111110 10000 10011101 0 1011110 100110 0 101000100 1100011 110101

Color Harmonies of #FE109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE109D

Black with #FE109D

Text Example


Text Example

White with #FE109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE109D; }

 p { color: rgb(254,16,157); }

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

background-color css

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

 a { background-color: rgb(254,16,157); }

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

border-color css

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

 span { border-color: rgb(254,16,157); }

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