Html Css Color HEX #FF75DC Pale Magenta

📋 copy color: '#FF75DC'

red 255 ◦ green 117 ◦ blue 220

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

Shades of Pale Magenta #FF75DC

Tints of Pale Magenta #FF75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 43.07%
G = 19.76%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF75DC (or 0xFF75DC) is known color: Pale Magenta. HEX triplet: FF, 75 and DC. RGB value is (255,117,220). Sum of RGB (Red+Green+Blue) = 255+117+220=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75DC is #008A23. Grayscale: #A9A9A9. Windows color (decimal): -35364 or 14448127. OLE color: 14448127.

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

Color convert

RGB 255 117 220 -
CMYK 0 0.54 0.14 0
HSL 315.22º 1% 0.73% -
HSV(B) 315.22º 0.54% 1% -
XYZ 60.52 39.15 72.08 -
YUV 170 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 255 117 220 0 0.54 0.14 0 315.22 1 0.73
Hex FF 75 DC 0 36 E 0 13B 64 49
Octal 377 165 334 0 66 16 0 473 144 111
Binary 11111111 1110101 11011100 0 110110 1110 0 100111011 1100100 1001001

Color Harmonies of #FF75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75DC

Black with #FF75DC

Text Example


Text Example

White with #FF75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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