Html Css Color HEX #F484DF Pale Magenta

📋 copy color: '#F484DF'

red 244 ◦ green 132 ◦ blue 223

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

Shades of Pale Magenta #F484DF

Tints of Pale Magenta #F484DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 40.73%
G = 22.04%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F484DF (or 0xF484DF) is known color: Pale Magenta. HEX triplet: F4, 84 and DF. RGB value is (244,132,223). Sum of RGB (Red+Green+Blue) = 244+132+223=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F484DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484DF is #0B7B20. Grayscale: #AFAFAF. Windows color (decimal): -752417 or 14648564. OLE color: 14648564.

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

Color convert

RGB 244 132 223 -
CMYK 0 0.46 0.09 0.04
HSL 311.25º 0.84% 0.74% -
HSV(B) 311.25º 0.46% 0.96% -
XYZ 58.88 41.06 74.63 -
YUV 175.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 244 132 223 0 0.46 0.09 0.04 311.25 0.84 0.74
Hex F4 84 DF 0 2E 9 4 137 54 4A
Octal 364 204 337 0 56 11 4 467 124 112
Binary 11110100 10000100 11011111 0 101110 1001 100 100110111 1010100 1001010

Color Harmonies of #F484DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F484DF

Black with #F484DF

Text Example


Text Example

White with #F484DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F484DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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