Html Css Color HEX #F482DA Pale Magenta

📋 copy color: '#F482DA'

red 244 ◦ green 130 ◦ blue 218

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

Shades of Pale Magenta #F482DA

Tints of Pale Magenta #F482DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.96%

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

R = 41.22%
G = 21.96%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F482DA (or 0xF482DA) is known color: Pale Magenta. HEX triplet: F4, 82 and DA. RGB value is (244,130,218). Sum of RGB (Red+Green+Blue) = 244+130+218=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F482DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482DA is #0B7D25. Grayscale: #ADADAD. Windows color (decimal): -752934 or 14320372. OLE color: 14320372.

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

Color convert

RGB 244 130 218 -
CMYK 0 0.47 0.11 0.04
HSL 313.68º 0.84% 0.73% -
HSV(B) 313.68º 0.47% 0.96% -
XYZ 57.95 40.26 71.05 -
YUV 174.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 244 130 218 0 0.47 0.11 0.04 313.68 0.84 0.73
Hex F4 82 DA 0 2F B 4 13A 54 49
Octal 364 202 332 0 57 13 4 472 124 111
Binary 11110100 10000010 11011010 0 101111 1011 100 100111010 1010100 1001001

Color Harmonies of #F482DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482DA

Black with #F482DA

Text Example


Text Example

White with #F482DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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