Html Css Color HEX #FF048A Deep Pink

📋 copy color: '#FF048A'

red 255 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #FF048A

Tints of Deep Pink #FF048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 64.23%
G = 1.01%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF048A (or 0xFF048A) is known color: Deep Pink. HEX triplet: FF, 04 and 8A. RGB value is (255,4,138). Sum of RGB (Red+Green+Blue) = 255+4+138=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF048A is #00FB75. Grayscale: #5E5E5E. Windows color (decimal): -64374 or 9045247. OLE color: 9045247.

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

Color convert

RGB 255 4 138 -
CMYK 0 0.98 0.46 0
HSL 327.97º 1% 0.51% -
HSV(B) 327.97º 0.98% 1% -
XYZ 45.87 23.18 26.1 -
YUV 94.33 152.66 242.6 -
System Red Green Blue C M Y K H S L
Decimal 255 4 138 0 0.98 0.46 0 327.97 1 0.51
Hex FF 4 8A 0 62 2E 0 148 64 33
Octal 377 4 212 0 142 56 0 510 144 63
Binary 11111111 100 10001010 0 1100010 101110 0 101001000 1100100 110011

Color Harmonies of #FF048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF048A

Black with #FF048A

Text Example


Text Example

White with #FF048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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