Html Css Color HEX #FF76E7 Pale Magenta

📋 copy color: '#FF76E7'

red 255 ◦ green 118 ◦ blue 231

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

Shades of Pale Magenta #FF76E7

Tints of Pale Magenta #FF76E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.25%

R = 42.22%
G = 19.54%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF76E7 (or 0xFF76E7) is known color: Pale Magenta. HEX triplet: FF, 76 and E7. RGB value is (255,118,231). Sum of RGB (Red+Green+Blue) = 255+118+231=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 118 (46.48% from 255 or 19.54% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76E7 is #008918. Grayscale: #ABABAB. Windows color (decimal): -35097 or 15169279. OLE color: 15169279.

HSL color Cylindrical-coordinate representation of color #FF76E7: hue angle of 310.51º 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 #FF76E7 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 118 231 -
CMYK 0 0.54 0.09 0
HSL 310.51º 1% 0.73% -
HSV(B) 310.51º 0.54% 1% -
XYZ 62.14 39.99 80.04 -
YUV 171.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 255 118 231 0 0.54 0.09 0 310.51 1 0.73
Hex FF 76 E7 0 36 9 0 137 64 49
Octal 377 166 347 0 66 11 0 467 144 111
Binary 11111111 1110110 11100111 0 110110 1001 0 100110111 1100100 1001001

Color Harmonies of #FF76E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76E7

Black with #FF76E7

Text Example


Text Example

White with #FF76E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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