Html Css Color HEX #FF048C Deep Pink

📋 copy color: '#FF048C'

red 255 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #FF048C

Tints of Deep Pink #FF048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 63.91%
G = 1%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF048C (or 0xFF048C) is known color: Deep Pink. HEX triplet: FF, 04 and 8C. RGB value is (255,4,140). Sum of RGB (Red+Green+Blue) = 255+4+140=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF048C is #00FB73. Grayscale: #5E5E5E. Windows color (decimal): -64372 or 9176319. OLE color: 9176319.

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

Color convert

RGB 255 4 140 -
CMYK 0 0.98 0.45 0
HSL 327.49º 1% 0.51% -
HSV(B) 327.49º 0.98% 1% -
XYZ 46.02 23.24 26.87 -
YUV 94.55 153.66 242.44 -
System Red Green Blue C M Y K H S L
Decimal 255 4 140 0 0.98 0.45 0 327.49 1 0.51
Hex FF 4 8C 0 62 2D 0 147 64 33
Octal 377 4 214 0 142 55 0 507 144 63
Binary 11111111 100 10001100 0 1100010 101101 0 101000111 1100100 110011

Color Harmonies of #FF048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF048C

Black with #FF048C

Text Example


Text Example

White with #FF048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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