Html Css Color HEX #F082DD Pale Magenta

📋 copy color: '#F082DD'

red 240 ◦ green 130 ◦ blue 221

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

Shades of Pale Magenta #F082DD

Tints of Pale Magenta #F082DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 40.61%
G = 22%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F082DD (or 0xF082DD) is known color: Pale Magenta. HEX triplet: F0, 82 and DD. RGB value is (240,130,221). Sum of RGB (Red+Green+Blue) = 240+130+221=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F082DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082DD is #0F7D22. Grayscale: #ADADAD. Windows color (decimal): -1015075 or 14516976. OLE color: 14516976.

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

Color convert

RGB 240 130 221 -
CMYK 0 0.46 0.08 0.06
HSL 310.36º 0.79% 0.73% -
HSV(B) 310.36º 0.46% 0.94% -
XYZ 56.97 39.71 73.07 -
YUV 173.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 240 130 221 0 0.46 0.08 0.06 310.36 0.79 0.73
Hex F0 82 DD 0 2E 8 6 136 4F 49
Octal 360 202 335 0 56 10 6 466 117 111
Binary 11110000 10000010 11011101 0 101110 1000 110 100110110 1001111 1001001

Color Harmonies of #F082DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082DD

Black with #F082DD

Text Example


Text Example

White with #F082DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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