Html Css Color HEX #FA94F2 Pale Magenta

📋 copy color: '#FA94F2'

red 250 ◦ green 148 ◦ blue 242

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

Shades of Pale Magenta #FA94F2

Tints of Pale Magenta #FA94F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.81%

R = 39.06%
G = 23.13%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA94F2 (or 0xFA94F2) is known color: Pale Magenta. HEX triplet: FA, 94 and F2. RGB value is (250,148,242). Sum of RGB (Red+Green+Blue) = 250+148+242=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA94F2 is #056B0D. Grayscale: #BCBCBC. Windows color (decimal): -355086 or 15897850. OLE color: 15897850.

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

Color convert

RGB 250 148 242 -
CMYK 0 0.41 0.03 0.02
HSL 304.71º 0.91% 0.78% -
HSV(B) 304.71º 0.41% 0.98% -
XYZ 66.04 47.91 89.77 -
YUV 189.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 250 148 242 0 0.41 0.03 0.02 304.71 0.91 0.78
Hex FA 94 F2 0 29 3 2 131 5B 4E
Octal 372 224 362 0 51 3 2 461 133 116
Binary 11111010 10010100 11110010 0 101001 11 10 100110001 1011011 1001110

Color Harmonies of #FA94F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA94F2

Black with #FA94F2

Text Example


Text Example

White with #FA94F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA94F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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