Html Css Color HEX #FF048B Deep Pink

📋 copy color: '#FF048B'

red 255 ◦ green 4 ◦ blue 139

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

Shades of Deep Pink #FF048B

Tints of Deep Pink #FF048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 64.07%
G = 1.01%
B = 34.92%

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

#FF048B (or 0xFF048B) is known color: Deep Pink. HEX triplet: FF, 04 and 8B. RGB value is (255,4,139). Sum of RGB (Red+Green+Blue) = 255+4+139=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF048B is #00FB74. Grayscale: #5E5E5E. Windows color (decimal): -64373 or 9110783. OLE color: 9110783.

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

Color convert

RGB 255 4 139 -
CMYK 0 0.98 0.45 0
HSL 327.73º 1% 0.51% -
HSV(B) 327.73º 0.98% 1% -
XYZ 45.94 23.21 26.48 -
YUV 94.44 153.16 242.52 -
System Red Green Blue C M Y K H S L
Decimal 255 4 139 0 0.98 0.45 0 327.73 1 0.51
Hex FF 4 8B 0 62 2D 0 148 64 33
Octal 377 4 213 0 142 55 0 510 144 63
Binary 11111111 100 10001011 0 1100010 101101 0 101001000 1100100 110011

Color Harmonies of #FF048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF048B

Black with #FF048B

Text Example


Text Example

White with #FF048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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