Html Css Color HEX #F4048D Deep Pink

📋 copy color: '#F4048D'

red 244 ◦ green 4 ◦ blue 141

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

Shades of Deep Pink #F4048D

Tints of Deep Pink #F4048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 62.72%
G = 1.03%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4048D (or 0xF4048D) is known color: Deep Pink. HEX triplet: F4, 04 and 8D. RGB value is (244,4,141). Sum of RGB (Red+Green+Blue) = 244+4+141=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4048D is #0BFB72. Grayscale: #5B5B5B. Windows color (decimal): -785267 or 9241844. OLE color: 9241844.

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

Color convert

RGB 244 4 141 -
CMYK 0 0.98 0.42 0.04
HSL 325.75º 0.97% 0.49% -
HSV(B) 325.75º 0.98% 0.96% -
XYZ 42.16 21.24 27.08 -
YUV 91.38 156.01 236.86 -
System Red Green Blue C M Y K H S L
Decimal 244 4 141 0 0.98 0.42 0.04 325.75 0.97 0.49
Hex F4 4 8D 0 62 2A 4 146 61 31
Octal 364 4 215 0 142 52 4 506 141 61
Binary 11110100 100 10001101 0 1100010 101010 100 101000110 1100001 110001

Color Harmonies of #F4048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4048D

Black with #F4048D

Text Example


Text Example

White with #F4048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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