Html Css Color HEX #FA85DB Pale Magenta

📋 copy color: '#FA85DB'

red 250 ◦ green 133 ◦ blue 219

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

Shades of Pale Magenta #FA85DB

Tints of Pale Magenta #FA85DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 41.53%
G = 22.09%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA85DB (or 0xFA85DB) is known color: Pale Magenta. HEX triplet: FA, 85 and DB. RGB value is (250,133,219). Sum of RGB (Red+Green+Blue) = 250+133+219=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85DB is #057A24. Grayscale: #B1B1B1. Windows color (decimal): -358949 or 14386682. OLE color: 14386682.

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

Color convert

RGB 250 133 219 -
CMYK 0 0.47 0.12 0.02
HSL 315.9º 0.92% 0.75% -
HSV(B) 315.9º 0.47% 0.98% -
XYZ 60.6 42.21 71.97 -
YUV 177.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 250 133 219 0 0.47 0.12 0.02 315.9 0.92 0.75
Hex FA 85 DB 0 2F C 2 13C 5C 4B
Octal 372 205 333 0 57 14 2 474 134 113
Binary 11111010 10000101 11011011 0 101111 1100 10 100111100 1011100 1001011

Color Harmonies of #FA85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85DB

Black with #FA85DB

Text Example


Text Example

White with #FA85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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