Html Css Color HEX #FA7FDB Pale Magenta

📋 copy color: '#FA7FDB'

red 250 ◦ green 127 ◦ blue 219

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

Shades of Pale Magenta #FA7FDB

Tints of Pale Magenta #FA7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 21.31%

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

R = 41.95%
G = 21.31%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA7FDB (or 0xFA7FDB) is known color: Pale Magenta. HEX triplet: FA, 7F and DB. RGB value is (250,127,219). Sum of RGB (Red+Green+Blue) = 250+127+219=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FDB is #058024. Grayscale: #AEAEAE. Windows color (decimal): -360485 or 14385146. OLE color: 14385146.

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

Color convert

RGB 250 127 219 -
CMYK 0 0.49 0.12 0.02
HSL 315.12º 0.92% 0.74% -
HSV(B) 315.12º 0.49% 0.98% -
XYZ 59.8 40.62 71.71 -
YUV 174.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 250 127 219 0 0.49 0.12 0.02 315.12 0.92 0.74
Hex FA 7F DB 0 31 C 2 13B 5C 4A
Octal 372 177 333 0 61 14 2 473 134 112
Binary 11111010 1111111 11011011 0 110001 1100 10 100111011 1011100 1001010

Color Harmonies of #FA7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FDB

Black with #FA7FDB

Text Example


Text Example

White with #FA7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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