Html Css Color HEX #FA93F0 Pale Magenta

📋 copy color: '#FA93F0'

red 250 ◦ green 147 ◦ blue 240

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

Shades of Pale Magenta #FA93F0

Tints of Pale Magenta #FA93F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 39.25%
G = 23.08%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA93F0 (or 0xFA93F0) is known color: Pale Magenta. HEX triplet: FA, 93 and F0. RGB value is (250,147,240). Sum of RGB (Red+Green+Blue) = 250+147+240=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93F0 is #056C0F. Grayscale: #BCBCBC. Windows color (decimal): -355344 or 15766522. OLE color: 15766522.

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

Color convert

RGB 250 147 240 -
CMYK 0 0.41 0.04 0.02
HSL 305.83º 0.91% 0.78% -
HSV(B) 305.83º 0.41% 0.98% -
XYZ 65.59 47.48 88.15 -
YUV 188.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 250 147 240 0 0.41 0.04 0.02 305.83 0.91 0.78
Hex FA 93 F0 0 29 4 2 132 5B 4E
Octal 372 223 360 0 51 4 2 462 133 116
Binary 11111010 10010011 11110000 0 101001 100 10 100110010 1011011 1001110

Color Harmonies of #FA93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA93F0

Black with #FA93F0

Text Example


Text Example

White with #FA93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA93F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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