Html Css Color HEX #FA74DA Pale Magenta

📋 copy color: '#FA74DA'

red 250 ◦ green 116 ◦ blue 218

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

Shades of Pale Magenta #FA74DA

Tints of Pale Magenta #FA74DA

RGB

 RED value IS 250 (98.05% from 255) = 42.81%

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

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

R = 42.81%
G = 19.86%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA74DA (or 0xFA74DA) is known color: Pale Magenta. HEX triplet: FA, 74 and DA. RGB value is (250,116,218). Sum of RGB (Red+Green+Blue) = 250+116+218=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74DA is #058B25. Grayscale: #A7A7A7. Windows color (decimal): -363302 or 14316794. OLE color: 14316794.

HSL color Cylindrical-coordinate representation of color #FA74DA: hue angle of 314.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74DA is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 116 218 -
CMYK 0 0.54 0.13 0.02
HSL 314.33º 0.93% 0.72% -
HSV(B) 314.33º 0.54% 0.98% -
XYZ 58.32 37.88 70.57 -
YUV 167.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 250 116 218 0 0.54 0.13 0.02 314.33 0.93 0.72
Hex FA 74 DA 0 36 D 2 13A 5D 48
Octal 372 164 332 0 66 15 2 472 135 110
Binary 11111010 1110100 11011010 0 110110 1101 10 100111010 1011101 1001000

Color Harmonies of #FA74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74DA

Black with #FA74DA

Text Example


Text Example

White with #FA74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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