Html Css Color HEX #FE048F Deep Pink

📋 copy color: '#FE048F'

red 254 ◦ green 4 ◦ blue 143

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

Shades of Deep Pink #FE048F

Tints of Deep Pink #FE048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 63.34%
G = 1%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE048F (or 0xFE048F) is known color: Deep Pink. HEX triplet: FE, 04 and 8F. RGB value is (254,4,143). Sum of RGB (Red+Green+Blue) = 254+4+143=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE048F is #01FB70. Grayscale: #5E5E5E. Windows color (decimal): -129905 or 9372926. OLE color: 9372926.

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

Color convert

RGB 254 4 143 -
CMYK 0 0.98 0.44 0.00
HSL 326.64º 0.99% 0.51% -
HSV(B) 326.64º 0.98% 1% -
XYZ 45.87 23.14 28.04 -
YUV 94.6 155.33 241.7 -
System Red Green Blue C M Y K H S L
Decimal 254 4 143 0 0.98 0.44 0.00 326.64 0.99 0.51
Hex FE 4 8F 0 62 2C 0 147 63 33
Octal 376 4 217 0 142 54 0 507 143 63
Binary 11111110 100 10001111 0 1100010 101100 0 101000111 1100011 110011

Color Harmonies of #FE048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE048F

Black with #FE048F

Text Example


Text Example

White with #FE048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE048F; }

 p { color: rgb(254,4,143); }

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

background-color css

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

 a { background-color: rgb(254,4,143); }

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

border-color css

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

 span { border-color: rgb(254,4,143); }

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