Html Css Color HEX #FA6FDB Pale Magenta

📋 copy color: '#FA6FDB'

red 250 ◦ green 111 ◦ blue 219

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

Shades of Pale Magenta #FA6FDB

Tints of Pale Magenta #FA6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.14%

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

R = 43.1%
G = 19.14%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA6FDB (or 0xFA6FDB) is known color: Pale Magenta. HEX triplet: FA, 6F and DB. RGB value is (250,111,219). Sum of RGB (Red+Green+Blue) = 250+111+219=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FDB is #059024. Grayscale: #A4A4A4. Windows color (decimal): -364581 or 14381050. OLE color: 14381050.

HSL color Cylindrical-coordinate representation of color #FA6FDB: hue angle of 313.38º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FDB is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 111 219 -
CMYK 0 0.56 0.12 0.02
HSL 313.38º 0.93% 0.71% -
HSV(B) 313.38º 0.56% 0.98% -
XYZ 57.89 36.81 71.07 -
YUV 164.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 250 111 219 0 0.56 0.12 0.02 313.38 0.93 0.71
Hex FA 6F DB 0 38 C 2 139 5D 47
Octal 372 157 333 0 70 14 2 471 135 107
Binary 11111010 1101111 11011011 0 111000 1100 10 100111001 1011101 1000111

Color Harmonies of #FA6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FDB

Black with #FA6FDB

Text Example


Text Example

White with #FA6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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