Html Css Color HEX #FF75E9 Pale Magenta

📋 copy color: '#FF75E9'

red 255 ◦ green 117 ◦ blue 233

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

Shades of Pale Magenta #FF75E9

Tints of Pale Magenta #FF75E9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.34%

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 42.15%
G = 19.34%
B = 38.51%

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

#FF75E9 (or 0xFF75E9) is known color: Pale Magenta. HEX triplet: FF, 75 and E9. RGB value is (255,117,233). Sum of RGB (Red+Green+Blue) = 255+117+233=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 117 (46.09% from 255 or 19.34% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75E9 is #008A16. Grayscale: #ABABAB. Windows color (decimal): -35351 or 15300095. OLE color: 15300095.

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

Color convert

RGB 255 117 233 -
CMYK 0 0.54 0.09 0
HSL 309.57º 1% 0.73% -
HSV(B) 309.57º 0.54% 1% -
XYZ 62.31 39.87 81.5 -
YUV 171.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 255 117 233 0 0.54 0.09 0 309.57 1 0.73
Hex FF 75 E9 0 36 9 0 136 64 49
Octal 377 165 351 0 66 11 0 466 144 111
Binary 11111111 1110101 11101001 0 110110 1001 0 100110110 1100100 1001001

Color Harmonies of #FF75E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75E9

Black with #FF75E9

Text Example


Text Example

White with #FF75E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75E9; }

 p { color: rgb(255,117,233); }

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

background-color css

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

 a { background-color: rgb(255,117,233); }

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

border-color css

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

 span { border-color: rgb(255,117,233); }

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