Html Css Color HEX #FA83E0 Pale Magenta

📋 copy color: '#FA83E0'

red 250 ◦ green 131 ◦ blue 224

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

Shades of Pale Magenta #FA83E0

Tints of Pale Magenta #FA83E0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.65%

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 41.32%
G = 21.65%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA83E0 (or 0xFA83E0) is known color: Pale Magenta. HEX triplet: FA, 83 and E0. RGB value is (250,131,224). Sum of RGB (Red+Green+Blue) = 250+131+224=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83E0 is #057C1F. Grayscale: #B0B0B0. Windows color (decimal): -359456 or 14713850. OLE color: 14713850.

HSL color Cylindrical-coordinate representation of color #FA83E0: hue angle of 313.11º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA83E0 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 131 224 -
CMYK 0 0.48 0.10 0.02
HSL 313.11º 0.92% 0.75% -
HSV(B) 313.11º 0.48% 0.98% -
XYZ 61 41.94 75.4 -
YUV 177.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 250 131 224 0 0.48 0.10 0.02 313.11 0.92 0.75
Hex FA 83 E0 0 30 A 2 139 5C 4B
Octal 372 203 340 0 60 12 2 471 134 113
Binary 11111010 10000011 11100000 0 110000 1010 10 100111001 1011100 1001011

Color Harmonies of #FA83E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83E0

Black with #FA83E0

Text Example


Text Example

White with #FA83E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83E0; }

 p { color: rgb(250,131,224); }

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

background-color css

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

 a { background-color: rgb(250,131,224); }

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

border-color css

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

 span { border-color: rgb(250,131,224); }

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