Html Css Color HEX #FA6FE5 Pale Magenta

📋 copy color: '#FA6FE5'

red 250 ◦ green 111 ◦ blue 229

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

Shades of Pale Magenta #FA6FE5

Tints of Pale Magenta #FA6FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.81%

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

R = 42.37%
G = 18.81%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA6FE5 (or 0xFA6FE5) is known color: Pale Magenta. HEX triplet: FA, 6F and E5. RGB value is (250,111,229). Sum of RGB (Red+Green+Blue) = 250+111+229=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 111 (43.75% from 255 or 18.81% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FE5 is #05901A. Grayscale: #A5A5A5. Windows color (decimal): -364571 or 15036410. OLE color: 15036410.

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

Color convert

RGB 250 111 229 -
CMYK 0 0.56 0.08 0.02
HSL 309.06º 0.93% 0.71% -
HSV(B) 309.06º 0.56% 0.98% -
XYZ 59.25 37.35 78.22 -
YUV 166.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 250 111 229 0 0.56 0.08 0.02 309.06 0.93 0.71
Hex FA 6F E5 0 38 8 2 135 5D 47
Octal 372 157 345 0 70 10 2 465 135 107
Binary 11111010 1101111 11100101 0 111000 1000 10 100110101 1011101 1000111

Color Harmonies of #FA6FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FE5

Black with #FA6FE5

Text Example


Text Example

White with #FA6FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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