Html Css Color HEX #FA85EE Pale Magenta

📋 copy color: '#FA85EE'

red 250 ◦ green 133 ◦ blue 238

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

Shades of Pale Magenta #FA85EE

Tints of Pale Magenta #FA85EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.42%

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 40.26%
G = 21.42%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA85EE (or 0xFA85EE) is known color: Pale Magenta. HEX triplet: FA, 85 and EE. RGB value is (250,133,238). Sum of RGB (Red+Green+Blue) = 250+133+238=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85EE is #057A11. Grayscale: #B3B3B3. Windows color (decimal): -358930 or 15631866. OLE color: 15631866.

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

Color convert

RGB 250 133 238 -
CMYK 0 0.47 0.05 0.02
HSL 306.15º 0.92% 0.75% -
HSV(B) 306.15º 0.47% 0.98% -
XYZ 63.24 43.27 85.91 -
YUV 179.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 250 133 238 0 0.47 0.05 0.02 306.15 0.92 0.75
Hex FA 85 EE 0 2F 5 2 132 5C 4B
Octal 372 205 356 0 57 5 2 462 134 113
Binary 11111010 10000101 11101110 0 101111 101 10 100110010 1011100 1001011

Color Harmonies of #FA85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85EE

Black with #FA85EE

Text Example


Text Example

White with #FA85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85EE; }

 p { color: rgb(250,133,238); }

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

background-color css

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

 a { background-color: rgb(250,133,238); }

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

border-color css

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

 span { border-color: rgb(250,133,238); }

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