Html Css Color HEX #F484DC Pale Magenta

📋 copy color: '#F484DC'

red 244 ◦ green 132 ◦ blue 220

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

Shades of Pale Magenta #F484DC

Tints of Pale Magenta #F484DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.15%

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

R = 40.94%
G = 22.15%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F484DC (or 0xF484DC) is known color: Pale Magenta. HEX triplet: F4, 84 and DC. RGB value is (244,132,220). Sum of RGB (Red+Green+Blue) = 244+132+220=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F484DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484DC is #0B7B23. Grayscale: #AFAFAF. Windows color (decimal): -752420 or 14451956. OLE color: 14451956.

HSL color Cylindrical-coordinate representation of color #F484DC: hue angle of 312.86º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484DC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 220 -
CMYK 0 0.46 0.10 0.04
HSL 312.86º 0.84% 0.74% -
HSV(B) 312.86º 0.46% 0.96% -
XYZ 58.48 40.9 72.52 -
YUV 175.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 244 132 220 0 0.46 0.10 0.04 312.86 0.84 0.74
Hex F4 84 DC 0 2E A 4 139 54 4A
Octal 364 204 334 0 56 12 4 471 124 112
Binary 11110100 10000100 11011100 0 101110 1010 100 100111001 1010100 1001010

Color Harmonies of #F484DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F484DC

Black with #F484DC

Text Example


Text Example

White with #F484DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F484DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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