Html Css Color HEX #FA74E5 Pale Magenta

📋 copy color: '#FA74E5'

red 250 ◦ green 116 ◦ blue 229

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

Shades of Pale Magenta #FA74E5

Tints of Pale Magenta #FA74E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 42.02%
G = 19.5%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA74E5 (or 0xFA74E5) is known color: Pale Magenta. HEX triplet: FA, 74 and E5. RGB value is (250,116,229). Sum of RGB (Red+Green+Blue) = 250+116+229=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 116 (45.70% from 255 or 19.50% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74E5 is #058B1A. Grayscale: #A8A8A8. Windows color (decimal): -363291 or 15037690. OLE color: 15037690.

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

Color convert

RGB 250 116 229 -
CMYK 0 0.54 0.08 0.02
HSL 309.4º 0.93% 0.72% -
HSV(B) 309.4º 0.54% 0.98% -
XYZ 59.81 38.47 78.4 -
YUV 168.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 250 116 229 0 0.54 0.08 0.02 309.4 0.93 0.72
Hex FA 74 E5 0 36 8 2 135 5D 48
Octal 372 164 345 0 66 10 2 465 135 110
Binary 11111010 1110100 11100101 0 110110 1000 10 100110101 1011101 1001000

Color Harmonies of #FA74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74E5

Black with #FA74E5

Text Example


Text Example

White with #FA74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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