Html Css Color HEX #FA7BDA Pale Magenta

📋 copy color: '#FA7BDA'

red 250 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #FA7BDA

Tints of Pale Magenta #FA7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.81%

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 42.3%
G = 20.81%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA7BDA (or 0xFA7BDA) is known color: Pale Magenta. HEX triplet: FA, 7B and DA. RGB value is (250,123,218). Sum of RGB (Red+Green+Blue) = 250+123+218=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BDA is #058425. Grayscale: #ABABAB. Windows color (decimal): -361510 or 14318586. OLE color: 14318586.

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

Color convert

RGB 250 123 218 -
CMYK 0 0.51 0.13 0.02
HSL 315.12º 0.93% 0.73% -
HSV(B) 315.12º 0.51% 0.98% -
XYZ 59.16 39.55 70.85 -
YUV 171.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 250 123 218 0 0.51 0.13 0.02 315.12 0.93 0.73
Hex FA 7B DA 0 33 D 2 13B 5D 49
Octal 372 173 332 0 63 15 2 473 135 111
Binary 11111010 1111011 11011010 0 110011 1101 10 100111011 1011101 1001001

Color Harmonies of #FA7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BDA

Black with #FA7BDA

Text Example


Text Example

White with #FA7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BDA; }

 p { color: rgb(250,123,218); }

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

background-color css

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

 a { background-color: rgb(250,123,218); }

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

border-color css

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

 span { border-color: rgb(250,123,218); }

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