Html Css Color HEX #F082E2 Pale Magenta

📋 copy color: '#F082E2'

red 240 ◦ green 130 ◦ blue 226

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

Shades of Pale Magenta #F082E2

Tints of Pale Magenta #F082E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.92%

R = 40.27%
G = 21.81%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F082E2 (or 0xF082E2) is known color: Pale Magenta. HEX triplet: F0, 82 and E2. RGB value is (240,130,226). Sum of RGB (Red+Green+Blue) = 240+130+226=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F082E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082E2 is #0F7D1D. Grayscale: #ADADAD. Windows color (decimal): -1015070 or 14844656. OLE color: 14844656.

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

Color convert

RGB 240 130 226 -
CMYK 0 0.46 0.06 0.06
HSL 307.64º 0.79% 0.73% -
HSV(B) 307.64º 0.46% 0.94% -
XYZ 57.65 39.98 76.63 -
YUV 173.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 240 130 226 0 0.46 0.06 0.06 307.64 0.79 0.73
Hex F0 82 E2 0 2E 6 6 134 4F 49
Octal 360 202 342 0 56 6 6 464 117 111
Binary 11110000 10000010 11100010 0 101110 110 110 100110100 1001111 1001001

Color Harmonies of #F082E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082E2

Black with #F082E2

Text Example


Text Example

White with #F082E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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