Html Css Color HEX #FF75E8 Pale Magenta

📋 copy color: '#FF75E8'

red 255 ◦ green 117 ◦ blue 232

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

Shades of Pale Magenta #FF75E8

Tints of Pale Magenta #FF75E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.41%

R = 42.22%
G = 19.37%
B = 38.41%

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

#FF75E8 (or 0xFF75E8) is known color: Pale Magenta. HEX triplet: FF, 75 and E8. RGB value is (255,117,232). Sum of RGB (Red+Green+Blue) = 255+117+232=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF75E8 is #008A17. Grayscale: #ABABAB. Windows color (decimal): -35352 or 15234559. OLE color: 15234559.

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

Color convert

RGB 255 117 232 -
CMYK 0 0.54 0.09 0
HSL 310º 1% 0.73% -
HSV(B) 310º 0.54% 1% -
XYZ 62.17 39.81 80.75 -
YUV 171.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 255 117 232 0 0.54 0.09 0 310 1 0.73
Hex FF 75 E8 0 36 9 0 136 64 49
Octal 377 165 350 0 66 11 0 466 144 111
Binary 11111111 1110101 11101000 0 110110 1001 0 100110110 1100100 1001001

Color Harmonies of #FF75E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75E8

Black with #FF75E8

Text Example


Text Example

White with #FF75E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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