Html Css Color HEX #F482E1 Pale Magenta

📋 copy color: '#F482E1'

red 244 ◦ green 130 ◦ blue 225

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

Shades of Pale Magenta #F482E1

Tints of Pale Magenta #F482E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 40.73%
G = 21.7%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F482E1 (or 0xF482E1) is known color: Pale Magenta. HEX triplet: F4, 82 and E1. RGB value is (244,130,225). Sum of RGB (Red+Green+Blue) = 244+130+225=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F482E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482E1 is #0B7D1E. Grayscale: #AEAEAE. Windows color (decimal): -752927 or 14779124. OLE color: 14779124.

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

Color convert

RGB 244 130 225 -
CMYK 0 0.47 0.08 0.04
HSL 310º 0.84% 0.73% -
HSV(B) 310º 0.47% 0.96% -
XYZ 58.88 40.63 75.97 -
YUV 174.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 244 130 225 0 0.47 0.08 0.04 310 0.84 0.73
Hex F4 82 E1 0 2F 8 4 136 54 49
Octal 364 202 341 0 57 10 4 466 124 111
Binary 11110100 10000010 11100001 0 101111 1000 100 100110110 1010100 1001001

Color Harmonies of #F482E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482E1

Black with #F482E1

Text Example


Text Example

White with #F482E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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