Html Css Color HEX #FA74E1 Pale Magenta

📋 copy color: '#FA74E1'

red 250 ◦ green 116 ◦ blue 225

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

Shades of Pale Magenta #FA74E1

Tints of Pale Magenta #FA74E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 42.3%
G = 19.63%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA74E1 (or 0xFA74E1) is known color: Pale Magenta. HEX triplet: FA, 74 and E1. RGB value is (250,116,225). Sum of RGB (Red+Green+Blue) = 250+116+225=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74E1 is #058B1E. Grayscale: #A8A8A8. Windows color (decimal): -363295 or 14775546. OLE color: 14775546.

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

Color convert

RGB 250 116 225 -
CMYK 0 0.54 0.10 0.02
HSL 311.19º 0.93% 0.72% -
HSV(B) 311.19º 0.54% 0.98% -
XYZ 59.26 38.25 75.49 -
YUV 168.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 250 116 225 0 0.54 0.10 0.02 311.19 0.93 0.72
Hex FA 74 E1 0 36 A 2 137 5D 48
Octal 372 164 341 0 66 12 2 467 135 110
Binary 11111010 1110100 11100001 0 110110 1010 10 100110111 1011101 1001000

Color Harmonies of #FA74E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74E1

Black with #FA74E1

Text Example


Text Example

White with #FA74E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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