Html Css Color HEX #FF76DE Pale Magenta

📋 copy color: '#FF76DE'

red 255 ◦ green 118 ◦ blue 222

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

Shades of Pale Magenta #FF76DE

Tints of Pale Magenta #FF76DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 42.86%
G = 19.83%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF76DE (or 0xFF76DE) is known color: Pale Magenta. HEX triplet: FF, 76 and DE. RGB value is (255,118,222). Sum of RGB (Red+Green+Blue) = 255+118+222=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76DE is #008921. Grayscale: #AAAAAA. Windows color (decimal): -35106 or 14579455. OLE color: 14579455.

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

Color convert

RGB 255 118 222 -
CMYK 0 0.54 0.13 0
HSL 314.45º 1% 0.73% -
HSV(B) 314.45º 0.54% 1% -
XYZ 60.9 39.49 73.52 -
YUV 170.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 255 118 222 0 0.54 0.13 0 314.45 1 0.73
Hex FF 76 DE 0 36 D 0 13A 64 49
Octal 377 166 336 0 66 15 0 472 144 111
Binary 11111111 1110110 11011110 0 110110 1101 0 100111010 1100100 1001001

Color Harmonies of #FF76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76DE

Black with #FF76DE

Text Example


Text Example

White with #FF76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76DE; }

 p { color: rgb(255,118,222); }

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

background-color css

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

 a { background-color: rgb(255,118,222); }

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

border-color css

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

 span { border-color: rgb(255,118,222); }

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