Html Css Color HEX #FA78DB Pale Magenta

📋 copy color: '#FA78DB'

red 250 ◦ green 120 ◦ blue 219

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

Shades of Pale Magenta #FA78DB

Tints of Pale Magenta #FA78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.37%

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

R = 42.44%
G = 20.37%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA78DB (or 0xFA78DB) is known color: Pale Magenta. HEX triplet: FA, 78 and DB. RGB value is (250,120,219). Sum of RGB (Red+Green+Blue) = 250+120+219=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78DB is #058724. Grayscale: #A9A9A9. Windows color (decimal): -362277 or 14383354. OLE color: 14383354.

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

Color convert

RGB 250 120 219 -
CMYK 0 0.52 0.12 0.02
HSL 314.31º 0.93% 0.73% -
HSV(B) 314.31º 0.52% 0.98% -
XYZ 58.93 38.87 71.41 -
YUV 170.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 250 120 219 0 0.52 0.12 0.02 314.31 0.93 0.73
Hex FA 78 DB 0 34 C 2 13A 5D 49
Octal 372 170 333 0 64 14 2 472 135 111
Binary 11111010 1111000 11011011 0 110100 1100 10 100111010 1011101 1001001

Color Harmonies of #FA78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA78DB

Black with #FA78DB

Text Example


Text Example

White with #FA78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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