Html Css Color HEX #FA90E0 Pale Magenta

📋 copy color: '#FA90E0'

red 250 ◦ green 144 ◦ blue 224

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

Shades of Pale Magenta #FA90E0

Tints of Pale Magenta #FA90E0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.3%

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

R = 40.45%
G = 23.3%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA90E0 (or 0xFA90E0) is known color: Pale Magenta. HEX triplet: FA, 90 and E0. RGB value is (250,144,224). Sum of RGB (Red+Green+Blue) = 250+144+224=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90E0 is #056F1F. Grayscale: #B8B8B8. Windows color (decimal): -356128 or 14717178. OLE color: 14717178.

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

Color convert

RGB 250 144 224 -
CMYK 0 0.42 0.10 0.02
HSL 314.72º 0.91% 0.77% -
HSV(B) 314.72º 0.42% 0.98% -
XYZ 62.85 45.65 76.02 -
YUV 184.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 250 144 224 0 0.42 0.10 0.02 314.72 0.91 0.77
Hex FA 90 E0 0 2A A 2 13B 5B 4D
Octal 372 220 340 0 52 12 2 473 133 115
Binary 11111010 10010000 11100000 0 101010 1010 10 100111011 1011011 1001101

Color Harmonies of #FA90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90E0

Black with #FA90E0

Text Example


Text Example

White with #FA90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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