Html Css Color HEX #FF74DC Pale Magenta

📋 copy color: '#FF74DC'

red 255 ◦ green 116 ◦ blue 220

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

Shades of Pale Magenta #FF74DC

Tints of Pale Magenta #FF74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.63%

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

R = 43.15%
G = 19.63%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF74DC (or 0xFF74DC) is known color: Pale Magenta. HEX triplet: FF, 74 and DC. RGB value is (255,116,220). Sum of RGB (Red+Green+Blue) = 255+116+220=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74DC is #008B23. Grayscale: #A9A9A9. Windows color (decimal): -35620 or 14447871. OLE color: 14447871.

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

Color convert

RGB 255 116 220 -
CMYK 0 0.55 0.14 0
HSL 315.11º 1% 0.73% -
HSV(B) 315.11º 0.55% 1% -
XYZ 60.4 38.92 72.04 -
YUV 169.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 255 116 220 0 0.55 0.14 0 315.11 1 0.73
Hex FF 74 DC 0 37 E 0 13B 64 49
Octal 377 164 334 0 67 16 0 473 144 111
Binary 11111111 1110100 11011100 0 110111 1110 0 100111011 1100100 1001001

Color Harmonies of #FF74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74DC

Black with #FF74DC

Text Example


Text Example

White with #FF74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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