Html Css Color HEX #F482EA Pale Magenta

📋 copy color: '#F482EA'

red 244 ◦ green 130 ◦ blue 234

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

Shades of Pale Magenta #F482EA

Tints of Pale Magenta #F482EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 40.13%
G = 21.38%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F482EA (or 0xF482EA) is known color: Pale Magenta. HEX triplet: F4, 82 and EA. RGB value is (244,130,234). Sum of RGB (Red+Green+Blue) = 244+130+234=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 130 (51.17% from 255 or 21.38% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F482EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F482EA is #0B7D15. Grayscale: #AFAFAF. Windows color (decimal): -752918 or 15368948. OLE color: 15368948.

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

Color convert

RGB 244 130 234 -
CMYK 0 0.47 0.04 0.04
HSL 305.26º 0.84% 0.73% -
HSV(B) 305.26º 0.47% 0.96% -
XYZ 60.14 41.14 82.61 -
YUV 175.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 244 130 234 0 0.47 0.04 0.04 305.26 0.84 0.73
Hex F4 82 EA 0 2F 4 4 131 54 49
Octal 364 202 352 0 57 4 4 461 124 111
Binary 11110100 10000010 11101010 0 101111 100 100 100110001 1010100 1001001

Color Harmonies of #F482EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482EA

Black with #F482EA

Text Example


Text Example

White with #F482EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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