Html Css Color HEX #FA75E1 Pale Magenta

📋 copy color: '#FA75E1'

red 250 ◦ green 117 ◦ blue 225

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

Shades of Pale Magenta #FA75E1

Tints of Pale Magenta #FA75E1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.76%

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

R = 42.23%
G = 19.76%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA75E1 (or 0xFA75E1) is known color: Pale Magenta. HEX triplet: FA, 75 and E1. RGB value is (250,117,225). Sum of RGB (Red+Green+Blue) = 250+117+225=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75E1 is #058A1E. Grayscale: #A8A8A8. Windows color (decimal): -363039 or 14775802. OLE color: 14775802.

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

Color convert

RGB 250 117 225 -
CMYK 0 0.53 0.10 0.02
HSL 311.28º 0.93% 0.72% -
HSV(B) 311.28º 0.53% 0.98% -
XYZ 59.38 38.48 75.53 -
YUV 169.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 250 117 225 0 0.53 0.10 0.02 311.28 0.93 0.72
Hex FA 75 E1 0 35 A 2 137 5D 48
Octal 372 165 341 0 65 12 2 467 135 110
Binary 11111010 1110101 11100001 0 110101 1010 10 100110111 1011101 1001000

Color Harmonies of #FA75E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA75E1

Black with #FA75E1

Text Example


Text Example

White with #FA75E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA75E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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