Html Css Color HEX #F077DD Pale Magenta

📋 copy color: '#F077DD'

red 240 ◦ green 119 ◦ blue 221

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

Shades of Pale Magenta #F077DD

Tints of Pale Magenta #F077DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.52%

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

R = 41.38%
G = 20.52%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F077DD (or 0xF077DD) is known color: Pale Magenta. HEX triplet: F0, 77 and DD. RGB value is (240,119,221). Sum of RGB (Red+Green+Blue) = 240+119+221=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F077DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077DD is #0F8822. Grayscale: #A6A6A6. Windows color (decimal): -1017891 or 14514160. OLE color: 14514160.

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

Color convert

RGB 240 119 221 -
CMYK 0 0.50 0.08 0.06
HSL 309.42º 0.8% 0.7% -
HSV(B) 309.42º 0.5% 0.94% -
XYZ 55.58 36.94 72.61 -
YUV 166.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 240 119 221 0 0.50 0.08 0.06 309.42 0.8 0.7
Hex F0 77 DD 0 32 8 6 135 50 46
Octal 360 167 335 0 62 10 6 465 120 106
Binary 11110000 1110111 11011101 0 110010 1000 110 100110101 1010000 1000110

Color Harmonies of #F077DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F077DD

Black with #F077DD

Text Example


Text Example

White with #F077DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F077DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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