Html Css Color HEX #F4048A Deep Pink

📋 copy color: '#F4048A'

red 244 ◦ green 4 ◦ blue 138

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

Shades of Deep Pink #F4048A

Tints of Deep Pink #F4048A

RGB

 RED value IS 244 (95.7% from 255) = 63.21%

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

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

R = 63.21%
G = 1.04%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4048A (or 0xF4048A) is known color: Deep Pink. HEX triplet: F4, 04 and 8A. RGB value is (244,4,138). Sum of RGB (Red+Green+Blue) = 244+4+138=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F4048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4048A is #0BFB75. Grayscale: #5A5A5A. Windows color (decimal): -785270 or 9045236. OLE color: 9045236.

HSL color Cylindrical-coordinate representation of color #F4048A: hue angle of 326.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4048A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 4 138 -
CMYK 0 0.98 0.43 0.04
HSL 326.5º 0.97% 0.49% -
HSV(B) 326.5º 0.98% 0.96% -
XYZ 41.94 21.15 25.92 -
YUV 91.04 154.51 237.1 -
System Red Green Blue C M Y K H S L
Decimal 244 4 138 0 0.98 0.43 0.04 326.5 0.97 0.49
Hex F4 4 8A 0 62 2B 4 146 61 31
Octal 364 4 212 0 142 53 4 506 141 61
Binary 11110100 100 10001010 0 1100010 101011 100 101000110 1100001 110001

Color Harmonies of #F4048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4048A

Black with #F4048A

Text Example


Text Example

White with #F4048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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