Html Css Color HEX #FA90DF Pale Magenta

📋 copy color: '#FA90DF'

red 250 ◦ green 144 ◦ blue 223

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

Shades of Pale Magenta #FA90DF

Tints of Pale Magenta #FA90DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 40.52%
G = 23.34%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA90DF (or 0xFA90DF) is known color: Pale Magenta. HEX triplet: FA, 90 and DF. RGB value is (250,144,223). Sum of RGB (Red+Green+Blue) = 250+144+223=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90DF is #056F20. Grayscale: #B8B8B8. Windows color (decimal): -356129 or 14651642. OLE color: 14651642.

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

Color convert

RGB 250 144 223 -
CMYK 0 0.42 0.11 0.02
HSL 315.28º 0.91% 0.77% -
HSV(B) 315.28º 0.42% 0.98% -
XYZ 62.72 45.6 75.31 -
YUV 184.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 250 144 223 0 0.42 0.11 0.02 315.28 0.91 0.77
Hex FA 90 DF 0 2A B 2 13B 5B 4D
Octal 372 220 337 0 52 13 2 473 133 115
Binary 11111010 10010000 11011111 0 101010 1011 10 100111011 1011011 1001101

Color Harmonies of #FA90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90DF

Black with #FA90DF

Text Example


Text Example

White with #FA90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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