Html Css Color HEX #FA94EE Pale Magenta

📋 copy color: '#FA94EE'

red 250 ◦ green 148 ◦ blue 238

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

Shades of Pale Magenta #FA94EE

Tints of Pale Magenta #FA94EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.27%

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

R = 39.31%
G = 23.27%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA94EE (or 0xFA94EE) is known color: Pale Magenta. HEX triplet: FA, 94 and EE. RGB value is (250,148,238). Sum of RGB (Red+Green+Blue) = 250+148+238=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 148 (58.20% from 255 or 23.27% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA94EE is #056B11. Grayscale: #BCBCBC. Windows color (decimal): -355090 or 15635706. OLE color: 15635706.

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

Color convert

RGB 250 148 238 -
CMYK 0 0.41 0.05 0.02
HSL 307.06º 0.91% 0.78% -
HSV(B) 307.06º 0.41% 0.98% -
XYZ 65.45 47.68 86.64 -
YUV 188.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 250 148 238 0 0.41 0.05 0.02 307.06 0.91 0.78
Hex FA 94 EE 0 29 5 2 133 5B 4E
Octal 372 224 356 0 51 5 2 463 133 116
Binary 11111010 10010100 11101110 0 101001 101 10 100110011 1011011 1001110

Color Harmonies of #FA94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA94EE

Black with #FA94EE

Text Example


Text Example

White with #FA94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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