Html Css Color HEX #FF048E Deep Pink

📋 copy color: '#FF048E'

red 255 ◦ green 4 ◦ blue 142

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

Shades of Deep Pink #FF048E

Tints of Deep Pink #FF048E

RGB

 RED value IS 255 (100% from 255) = 63.59%

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 63.59%
G = 1%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF048E (or 0xFF048E) is known color: Deep Pink. HEX triplet: FF, 04 and 8E. RGB value is (255,4,142). Sum of RGB (Red+Green+Blue) = 255+4+142=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF048E is #00FB71. Grayscale: #5E5E5E. Windows color (decimal): -64370 or 9307391. OLE color: 9307391.

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

Color convert

RGB 255 4 142 -
CMYK 0 0.98 0.44 0
HSL 327.01º 1% 0.51% -
HSV(B) 327.01º 0.98% 1% -
XYZ 46.17 23.3 27.66 -
YUV 94.78 154.66 242.28 -
System Red Green Blue C M Y K H S L
Decimal 255 4 142 0 0.98 0.44 0 327.01 1 0.51
Hex FF 4 8E 0 62 2C 0 147 64 33
Octal 377 4 216 0 142 54 0 507 144 63
Binary 11111111 100 10001110 0 1100010 101100 0 101000111 1100100 110011

Color Harmonies of #FF048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF048E

Black with #FF048E

Text Example


Text Example

White with #FF048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF048E; }

 p { color: rgb(255,4,142); }

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

background-color css

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

 a { background-color: rgb(255,4,142); }

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

border-color css

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

 span { border-color: rgb(255,4,142); }

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