Html Css Color HEX #FA78E2 Pale Magenta

📋 copy color: '#FA78E2'

red 250 ◦ green 120 ◦ blue 226

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

Shades of Pale Magenta #FA78E2

Tints of Pale Magenta #FA78E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.92%

R = 41.95%
G = 20.13%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA78E2 (or 0xFA78E2) is known color: Pale Magenta. HEX triplet: FA, 78 and E2. RGB value is (250,120,226). Sum of RGB (Red+Green+Blue) = 250+120+226=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78E2 is #05871D. Grayscale: #AAAAAA. Windows color (decimal): -362270 or 14842106. OLE color: 14842106.

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

Color convert

RGB 250 120 226 -
CMYK 0 0.52 0.10 0.02
HSL 311.08º 0.93% 0.73% -
HSV(B) 311.08º 0.52% 0.98% -
XYZ 59.87 39.25 76.37 -
YUV 170.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 250 120 226 0 0.52 0.10 0.02 311.08 0.93 0.73
Hex FA 78 E2 0 34 A 2 137 5D 49
Octal 372 170 342 0 64 12 2 467 135 111
Binary 11111010 1111000 11100010 0 110100 1010 10 100110111 1011101 1001001

Color Harmonies of #FA78E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA78E2

Black with #FA78E2

Text Example


Text Example

White with #FA78E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA78E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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