Html Css Color HEX #F082E3 Pale Magenta

📋 copy color: '#F082E3'

red 240 ◦ green 130 ◦ blue 227

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

Shades of Pale Magenta #F082E3

Tints of Pale Magenta #F082E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.02%

R = 40.2%
G = 21.78%
B = 38.02%

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

#F082E3 (or 0xF082E3) is known color: Pale Magenta. HEX triplet: F0, 82 and E3. RGB value is (240,130,227). Sum of RGB (Red+Green+Blue) = 240+130+227=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F082E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082E3 is #0F7D1C. Grayscale: #ADADAD. Windows color (decimal): -1015069 or 14910192. OLE color: 14910192.

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

Color convert

RGB 240 130 227 -
CMYK 0 0.46 0.05 0.06
HSL 307.09º 0.79% 0.73% -
HSV(B) 307.09º 0.46% 0.94% -
XYZ 57.78 40.04 77.36 -
YUV 173.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 240 130 227 0 0.46 0.05 0.06 307.09 0.79 0.73
Hex F0 82 E3 0 2E 5 6 133 4F 49
Octal 360 202 343 0 56 5 6 463 117 111
Binary 11110000 10000010 11100011 0 101110 101 110 100110011 1001111 1001001

Color Harmonies of #F082E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082E3

Black with #F082E3

Text Example


Text Example

White with #F082E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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