Html Css Color HEX #FF74DA Pale Magenta

📋 copy color: '#FF74DA'

red 255 ◦ green 116 ◦ blue 218

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

Shades of Pale Magenta #FF74DA

Tints of Pale Magenta #FF74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 43.29%
G = 19.69%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF74DA (or 0xFF74DA) is known color: Pale Magenta. HEX triplet: FF, 74 and DA. RGB value is (255,116,218). Sum of RGB (Red+Green+Blue) = 255+116+218=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74DA is #008B25. Grayscale: #A8A8A8. Windows color (decimal): -35622 or 14316799. OLE color: 14316799.

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

Color convert

RGB 255 116 218 -
CMYK 0 0.55 0.15 0
HSL 315.97º 1% 0.73% -
HSV(B) 315.97º 0.55% 1% -
XYZ 60.14 38.81 70.65 -
YUV 169.19 155.55 189.21 -
System Red Green Blue C M Y K H S L
Decimal 255 116 218 0 0.55 0.15 0 315.97 1 0.73
Hex FF 74 DA 0 37 F 0 13C 64 49
Octal 377 164 332 0 67 17 0 474 144 111
Binary 11111111 1110100 11011010 0 110111 1111 0 100111100 1100100 1001001

Color Harmonies of #FF74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74DA

Black with #FF74DA

Text Example


Text Example

White with #FF74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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