Html Css Color HEX #FA91EE Pale Magenta

📋 copy color: '#FA91EE'

red 250 ◦ green 145 ◦ blue 238

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

Shades of Pale Magenta #FA91EE

Tints of Pale Magenta #FA91EE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 22.91%

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 39.49%
G = 22.91%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA91EE (or 0xFA91EE) is known color: Pale Magenta. HEX triplet: FA, 91 and EE. RGB value is (250,145,238). Sum of RGB (Red+Green+Blue) = 250+145+238=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA91EE is #056E11. Grayscale: #BABABA. Windows color (decimal): -355858 or 15634938. OLE color: 15634938.

HSL color Cylindrical-coordinate representation of color #FA91EE: hue angle of 306.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91EE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 145 238 -
CMYK 0 0.42 0.05 0.02
HSL 306.86º 0.91% 0.77% -
HSV(B) 306.86º 0.42% 0.98% -
XYZ 64.98 46.75 86.49 -
YUV 187 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 250 145 238 0 0.42 0.05 0.02 306.86 0.91 0.77
Hex FA 91 EE 0 2A 5 2 133 5B 4D
Octal 372 221 356 0 52 5 2 463 133 115
Binary 11111010 10010001 11101110 0 101010 101 10 100110011 1011011 1001101

Color Harmonies of #FA91EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA91EE

Black with #FA91EE

Text Example


Text Example

White with #FA91EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA91EE; }

 p { color: rgb(250,145,238); }

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

background-color css

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

 a { background-color: rgb(250,145,238); }

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

border-color css

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

 span { border-color: rgb(250,145,238); }

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