Html Css Color HEX #FE0D78 Deep Pink

📋 copy color: '#FE0D78'

red 254 ◦ green 13 ◦ blue 120

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

Shades of Deep Pink #FE0D78

Tints of Deep Pink #FE0D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 65.63%
G = 3.36%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE0D78 (or 0xFE0D78) is known color: Deep Pink. HEX triplet: FE, 0D and 78. RGB value is (254,13,120). Sum of RGB (Red+Green+Blue) = 254+13+120=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0D78 is #01F287. Grayscale: #616161. Windows color (decimal): -127624 or 7867902. OLE color: 7867902.

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

Color convert

RGB 254 13 120 -
CMYK 0 0.95 0.53 0.00
HSL 333.36º 0.99% 0.52% -
HSV(B) 333.36º 0.95% 1% -
XYZ 44.41 22.71 19.81 -
YUV 97.26 140.84 239.8 -
System Red Green Blue C M Y K H S L
Decimal 254 13 120 0 0.95 0.53 0.00 333.36 0.99 0.52
Hex FE D 78 0 5F 35 0 14D 63 34
Octal 376 15 170 0 137 65 0 515 143 64
Binary 11111110 1101 1111000 0 1011111 110101 0 101001101 1100011 110100

Color Harmonies of #FE0D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0D78

Black with #FE0D78

Text Example


Text Example

White with #FE0D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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