Html Css Color HEX #FE0D9F Deep Pink

📋 copy color: '#FE0D9F'

red 254 ◦ green 13 ◦ blue 159

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

Shades of Deep Pink #FE0D9F

Tints of Deep Pink #FE0D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.05%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 59.62%
G = 3.05%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE0D9F (or 0xFE0D9F) is known color: Deep Pink. HEX triplet: FE, 0D and 9F. RGB value is (254,13,159). Sum of RGB (Red+Green+Blue) = 254+13+159=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0D9F is #01F260. Grayscale: #656565. Windows color (decimal): -127585 or 10423806. OLE color: 10423806.

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

Color convert

RGB 254 13 159 -
CMYK 0 0.95 0.37 0.00
HSL 323.65º 0.99% 0.52% -
HSV(B) 323.65º 0.95% 1% -
XYZ 47.27 23.86 34.92 -
YUV 101.7 160.34 236.63 -
System Red Green Blue C M Y K H S L
Decimal 254 13 159 0 0.95 0.37 0.00 323.65 0.99 0.52
Hex FE D 9F 0 5F 25 0 144 63 34
Octal 376 15 237 0 137 45 0 504 143 64
Binary 11111110 1101 10011111 0 1011111 100101 0 101000100 1100011 110100

Color Harmonies of #FE0D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0D9F

Black with #FE0D9F

Text Example


Text Example

White with #FE0D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0D9F; }

 p { color: rgb(254,13,159); }

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

background-color css

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

 a { background-color: rgb(254,13,159); }

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

border-color css

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

 span { border-color: rgb(254,13,159); }

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