Html Css Color HEX #FF048F Deep Pink

📋 copy color: '#FF048F'

red 255 ◦ green 4 ◦ blue 143

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

Shades of Deep Pink #FF048F

Tints of Deep Pink #FF048F

RGB

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

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

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

R = 63.43%
G = 1%
B = 35.57%

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

#FF048F (or 0xFF048F) is known color: Deep Pink. HEX triplet: FF, 04 and 8F. RGB value is (255,4,143). Sum of RGB (Red+Green+Blue) = 255+4+143=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF048F is #00FB70. Grayscale: #5E5E5E. Windows color (decimal): -64369 or 9372927. OLE color: 9372927.

HSL color Cylindrical-coordinate representation of color #FF048F: hue angle of 326.77º 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 #FF048F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 143 -
CMYK 0 0.98 0.44 0
HSL 326.77º 1% 0.51% -
HSV(B) 326.77º 0.98% 1% -
XYZ 46.24 23.33 28.05 -
YUV 94.9 155.16 242.2 -
System Red Green Blue C M Y K H S L
Decimal 255 4 143 0 0.98 0.44 0 326.77 1 0.51
Hex FF 4 8F 0 62 2C 0 147 64 33
Octal 377 4 217 0 142 54 0 507 144 63
Binary 11111111 100 10001111 0 1100010 101100 0 101000111 1100100 110011

Color Harmonies of #FF048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF048F

Black with #FF048F

Text Example


Text Example

White with #FF048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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