Html Css Color HEX #FA85DE Pale Magenta

📋 copy color: '#FA85DE'

red 250 ◦ green 133 ◦ blue 222

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

Shades of Pale Magenta #FA85DE

Tints of Pale Magenta #FA85DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 41.32%
G = 21.98%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA85DE (or 0xFA85DE) is known color: Pale Magenta. HEX triplet: FA, 85 and DE. RGB value is (250,133,222). Sum of RGB (Red+Green+Blue) = 250+133+222=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85DE is #057A21. Grayscale: #B1B1B1. Windows color (decimal): -358946 or 14583290. OLE color: 14583290.

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

Color convert

RGB 250 133 222 -
CMYK 0 0.47 0.11 0.02
HSL 314.36º 0.92% 0.75% -
HSV(B) 314.36º 0.47% 0.98% -
XYZ 61 42.37 74.07 -
YUV 178.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 250 133 222 0 0.47 0.11 0.02 314.36 0.92 0.75
Hex FA 85 DE 0 2F B 2 13A 5C 4B
Octal 372 205 336 0 57 13 2 472 134 113
Binary 11111010 10000101 11011110 0 101111 1011 10 100111010 1011100 1001011

Color Harmonies of #FA85DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85DE

Black with #FA85DE

Text Example


Text Example

White with #FA85DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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