Html Css Color HEX #F472DA Pale Magenta

📋 copy color: '#F472DA'

red 244 ◦ green 114 ◦ blue 218

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

Shades of Pale Magenta #F472DA

Tints of Pale Magenta #F472DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.79%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 42.36%
G = 19.79%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F472DA (or 0xF472DA) is known color: Pale Magenta. HEX triplet: F4, 72 and DA. RGB value is (244,114,218). Sum of RGB (Red+Green+Blue) = 244+114+218=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F472DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F472DA is #0B8D25. Grayscale: #A4A4A4. Windows color (decimal): -757030 or 14316276. OLE color: 14316276.

HSL color Cylindrical-coordinate representation of color #F472DA: hue angle of 312º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F472DA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 114 218 -
CMYK 0 0.53 0.11 0.04
HSL 312º 0.86% 0.7% -
HSV(B) 312º 0.53% 0.96% -
XYZ 55.98 36.33 70.39 -
YUV 164.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 244 114 218 0 0.53 0.11 0.04 312 0.86 0.7
Hex F4 72 DA 0 35 B 4 138 56 46
Octal 364 162 332 0 65 13 4 470 126 106
Binary 11110100 1110010 11011010 0 110101 1011 100 100111000 1010110 1000110

Color Harmonies of #F472DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F472DA

Black with #F472DA

Text Example


Text Example

White with #F472DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F472DA; }

 p { color: rgb(244,114,218); }

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

background-color css

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

 a { background-color: rgb(244,114,218); }

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

border-color css

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

 span { border-color: rgb(244,114,218); }

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