Html Css Color HEX #FA93F2 Pale Magenta

📋 copy color: '#FA93F2'

red 250 ◦ green 147 ◦ blue 242

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

Shades of Pale Magenta #FA93F2

Tints of Pale Magenta #FA93F2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23%

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

R = 39.12%
G = 23%
B = 37.87%

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

#FA93F2 (or 0xFA93F2) is known color: Pale Magenta. HEX triplet: FA, 93 and F2. RGB value is (250,147,242). Sum of RGB (Red+Green+Blue) = 250+147+242=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 147 (57.81% from 255 or 23.00% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93F2 is #056C0D. Grayscale: #BCBCBC. Windows color (decimal): -355342 or 15897594. OLE color: 15897594.

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

Color convert

RGB 250 147 242 -
CMYK 0 0.41 0.03 0.02
HSL 304.66º 0.91% 0.78% -
HSV(B) 304.66º 0.41% 0.98% -
XYZ 65.89 47.6 89.72 -
YUV 188.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 250 147 242 0 0.41 0.03 0.02 304.66 0.91 0.78
Hex FA 93 F2 0 29 3 2 131 5B 4E
Octal 372 223 362 0 51 3 2 461 133 116
Binary 11111010 10010011 11110010 0 101001 11 10 100110001 1011011 1001110

Color Harmonies of #FA93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA93F2

Black with #FA93F2

Text Example


Text Example

White with #FA93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA93F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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