Html Css Color HEX #F076DD Pale Magenta

📋 copy color: '#F076DD'

red 240 ◦ green 118 ◦ blue 221

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

Shades of Pale Magenta #F076DD

Tints of Pale Magenta #F076DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.38%

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

R = 41.45%
G = 20.38%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F076DD (or 0xF076DD) is known color: Pale Magenta. HEX triplet: F0, 76 and DD. RGB value is (240,118,221). Sum of RGB (Red+Green+Blue) = 240+118+221=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F076DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076DD is #0F8922. Grayscale: #A5A5A5. Windows color (decimal): -1018147 or 14513904. OLE color: 14513904.

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

Color convert

RGB 240 118 221 -
CMYK 0 0.51 0.08 0.06
HSL 309.34º 0.8% 0.7% -
HSV(B) 309.34º 0.51% 0.94% -
XYZ 55.46 36.7 72.57 -
YUV 166.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 240 118 221 0 0.51 0.08 0.06 309.34 0.8 0.7
Hex F0 76 DD 0 33 8 6 135 50 46
Octal 360 166 335 0 63 10 6 465 120 106
Binary 11110000 1110110 11011101 0 110011 1000 110 100110101 1010000 1000110

Color Harmonies of #F076DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076DD

Black with #F076DD

Text Example


Text Example

White with #F076DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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