Html Css Color HEX #F472DC Pale Magenta

📋 copy color: '#F472DC'

red 244 ◦ green 114 ◦ blue 220

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

Shades of Pale Magenta #F472DC

Tints of Pale Magenta #F472DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 42.21%
G = 19.72%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F472DC (or 0xF472DC) is known color: Pale Magenta. HEX triplet: F4, 72 and DC. RGB value is (244,114,220). Sum of RGB (Red+Green+Blue) = 244+114+220=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F472DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F472DC is #0B8D23. Grayscale: #A4A4A4. Windows color (decimal): -757028 or 14447348. OLE color: 14447348.

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

Color convert

RGB 244 114 220 -
CMYK 0 0.53 0.10 0.04
HSL 311.08º 0.86% 0.7% -
HSV(B) 311.08º 0.53% 0.96% -
XYZ 56.24 36.44 71.78 -
YUV 164.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 244 114 220 0 0.53 0.10 0.04 311.08 0.86 0.7
Hex F4 72 DC 0 35 A 4 137 56 46
Octal 364 162 334 0 65 12 4 467 126 106
Binary 11110100 1110010 11011100 0 110101 1010 100 100110111 1010110 1000110

Color Harmonies of #F472DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F472DC

Black with #F472DC

Text Example


Text Example

White with #F472DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F472DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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