Html Css Color HEX #F4047A Deep Pink

📋 copy color: '#F4047A'

red 244 ◦ green 4 ◦ blue 122

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

Shades of Deep Pink #F4047A

Tints of Deep Pink #F4047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 65.95%
G = 1.08%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#F4047A (or 0xF4047A) is known color: Deep Pink. HEX triplet: F4, 04 and 7A. RGB value is (244,4,122). Sum of RGB (Red+Green+Blue) = 244+4+122=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4047A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4047A is #0BFB85. Grayscale: #585858. Windows color (decimal): -785286 or 7996660. OLE color: 7996660.

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

Color convert

RGB 244 4 122 -
CMYK 0 0.98 0.5 0.04
HSL 330.5º 0.97% 0.49% -
HSV(B) 330.5º 0.98% 0.96% -
XYZ 40.86 20.73 20.26 -
YUV 89.21 146.51 238.41 -
System Red Green Blue C M Y K H S L
Decimal 244 4 122 0 0.98 0.5 0.04 330.5 0.97 0.49
Hex F4 4 7A 0 62 32 4 14A 61 31
Octal 364 4 172 0 142 62 4 512 141 61
Binary 11110100 100 1111010 0 1100010 110010 100 101001010 1100001 110001

Color Harmonies of #F4047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4047A

Black with #F4047A

Text Example


Text Example

White with #F4047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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