Html Css Color HEX #F082E5 Pale Magenta

📋 copy color: '#F082E5'

red 240 ◦ green 130 ◦ blue 229

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

Shades of Pale Magenta #F082E5

Tints of Pale Magenta #F082E5

RGB

 RED value IS 240 (94.14% from 255) = 40.07%

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

 BLUE value IS 229 (89.84% from 255) = 38.23%

R = 40.07%
G = 21.7%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F082E5 (or 0xF082E5) is known color: Pale Magenta. HEX triplet: F0, 82 and E5. RGB value is (240,130,229). Sum of RGB (Red+Green+Blue) = 240+130+229=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F082E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082E5 is #0F7D1A. Grayscale: #ADADAD. Windows color (decimal): -1015067 or 15041264. OLE color: 15041264.

HSL color Cylindrical-coordinate representation of color #F082E5: hue angle of 306º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082E5 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 229 -
CMYK 0 0.46 0.05 0.06
HSL 306º 0.79% 0.73% -
HSV(B) 306º 0.46% 0.94% -
XYZ 58.06 40.15 78.82 -
YUV 174.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 240 130 229 0 0.46 0.05 0.06 306 0.79 0.73
Hex F0 82 E5 0 2E 5 6 132 4F 49
Octal 360 202 345 0 56 5 6 462 117 111
Binary 11110000 10000010 11100101 0 101110 101 110 100110010 1001111 1001001

Color Harmonies of #F082E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082E5

Black with #F082E5

Text Example


Text Example

White with #F082E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082E5; }

 p { color: rgb(240,130,229); }

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

background-color css

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

 a { background-color: rgb(240,130,229); }

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

border-color css

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

 span { border-color: rgb(240,130,229); }

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