Html Css Color HEX #FF77DF Pale Magenta

📋 copy color: '#FF77DF'

red 255 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #FF77DF

Tints of Pale Magenta #FF77DF

RGB

 RED value IS 255 (100% from 255) = 42.71%

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

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 42.71%
G = 19.93%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF77DF (or 0xFF77DF) is known color: Pale Magenta. HEX triplet: FF, 77 and DF. RGB value is (255,119,223). Sum of RGB (Red+Green+Blue) = 255+119+223=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77DF is #008820. Grayscale: #ABABAB. Windows color (decimal): -34849 or 14645247. OLE color: 14645247.

HSL color Cylindrical-coordinate representation of color #FF77DF: hue angle of 314.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77DF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 223 -
CMYK 0 0.53 0.13 0
HSL 314.12º 1% 0.73% -
HSV(B) 314.12º 0.53% 1% -
XYZ 61.16 39.78 74.27 -
YUV 171.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 255 119 223 0 0.53 0.13 0 314.12 1 0.73
Hex FF 77 DF 0 35 D 0 13A 64 49
Octal 377 167 337 0 65 15 0 472 144 111
Binary 11111111 1110111 11011111 0 110101 1101 0 100111010 1100100 1001001

Color Harmonies of #FF77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77DF

Black with #FF77DF

Text Example


Text Example

White with #FF77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77DF; }

 p { color: rgb(255,119,223); }

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

background-color css

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

 a { background-color: rgb(255,119,223); }

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

border-color css

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

 span { border-color: rgb(255,119,223); }

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