Html Css Color HEX #FE0D9B Deep Pink

📋 copy color: '#FE0D9B'

red 254 ◦ green 13 ◦ blue 155

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

Shades of Deep Pink #FE0D9B

Tints of Deep Pink #FE0D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 60.19%
G = 3.08%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE0D9B (or 0xFE0D9B) is known color: Deep Pink. HEX triplet: FE, 0D and 9B. RGB value is (254,13,155). Sum of RGB (Red+Green+Blue) = 254+13+155=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0D9B is #01F264. Grayscale: #646464. Windows color (decimal): -127589 or 10161662. OLE color: 10161662.

HSL color Cylindrical-coordinate representation of color #FE0D9B: hue angle of 324.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 #FE0D9B is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 13 155 -
CMYK 0 0.95 0.39 0.00
HSL 324.65º 0.99% 0.52% -
HSV(B) 324.65º 0.95% 1% -
XYZ 46.93 23.73 33.12 -
YUV 101.25 158.34 236.95 -
System Red Green Blue C M Y K H S L
Decimal 254 13 155 0 0.95 0.39 0.00 324.65 0.99 0.52
Hex FE D 9B 0 5F 27 0 145 63 34
Octal 376 15 233 0 137 47 0 505 143 64
Binary 11111110 1101 10011011 0 1011111 100111 0 101000101 1100011 110100

Color Harmonies of #FE0D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0D9B

Black with #FE0D9B

Text Example


Text Example

White with #FE0D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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