Html Css Color HEX #F080DD Pale Magenta

📋 copy color: '#F080DD'

red 240 ◦ green 128 ◦ blue 221

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

Shades of Pale Magenta #F080DD

Tints of Pale Magenta #F080DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.73%

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

R = 40.75%
G = 21.73%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F080DD (or 0xF080DD) is known color: Pale Magenta. HEX triplet: F0, 80 and DD. RGB value is (240,128,221). Sum of RGB (Red+Green+Blue) = 240+128+221=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F080DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080DD is #0F7F22. Grayscale: #ABABAB. Windows color (decimal): -1015587 or 14516464. OLE color: 14516464.

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

Color convert

RGB 240 128 221 -
CMYK 0 0.47 0.08 0.06
HSL 310.18º 0.79% 0.72% -
HSV(B) 310.18º 0.47% 0.94% -
XYZ 56.71 39.18 72.98 -
YUV 172.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 240 128 221 0 0.47 0.08 0.06 310.18 0.79 0.72
Hex F0 80 DD 0 2F 8 6 136 4F 48
Octal 360 200 335 0 57 10 6 466 117 110
Binary 11110000 10000000 11011101 0 101111 1000 110 100110110 1001111 1001000

Color Harmonies of #F080DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080DD

Black with #F080DD

Text Example


Text Example

White with #F080DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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