Html Css Color HEX #FF74EC Pale Magenta

📋 copy color: '#FF74EC'

red 255 ◦ green 116 ◦ blue 236

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

Shades of Pale Magenta #FF74EC

Tints of Pale Magenta #FF74EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 42.01%
G = 19.11%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF74EC (or 0xFF74EC) is known color: Pale Magenta. HEX triplet: FF, 74 and EC. RGB value is (255,116,236). Sum of RGB (Red+Green+Blue) = 255+116+236=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 116 (45.70% from 255 or 19.11% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74EC is #008B13. Grayscale: #AAAAAA. Windows color (decimal): -35604 or 15496447. OLE color: 15496447.

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

Color convert

RGB 255 116 236 -
CMYK 0 0.55 0.07 0
HSL 308.2º 1% 0.73% -
HSV(B) 308.2º 0.55% 1% -
XYZ 62.63 39.81 83.74 -
YUV 171.24 164.55 187.74 -
System Red Green Blue C M Y K H S L
Decimal 255 116 236 0 0.55 0.07 0 308.2 1 0.73
Hex FF 74 EC 0 37 7 0 134 64 49
Octal 377 164 354 0 67 7 0 464 144 111
Binary 11111111 1110100 11101100 0 110111 111 0 100110100 1100100 1001001

Color Harmonies of #FF74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74EC

Black with #FF74EC

Text Example


Text Example

White with #FF74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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