Html Css Color HEX #FA72E2 Pale Magenta

📋 copy color: '#FA72E2'

red 250 ◦ green 114 ◦ blue 226

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

Shades of Pale Magenta #FA72E2

Tints of Pale Magenta #FA72E2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.32%

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

R = 42.37%
G = 19.32%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA72E2 (or 0xFA72E2) is known color: Pale Magenta. HEX triplet: FA, 72 and E2. RGB value is (250,114,226). Sum of RGB (Red+Green+Blue) = 250+114+226=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72E2 is #058D1D. Grayscale: #A7A7A7. Windows color (decimal): -363806 or 14840570. OLE color: 14840570.

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

Color convert

RGB 250 114 226 -
CMYK 0 0.54 0.10 0.02
HSL 310.59º 0.93% 0.71% -
HSV(B) 310.59º 0.54% 0.98% -
XYZ 59.17 37.85 76.14 -
YUV 167.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 250 114 226 0 0.54 0.10 0.02 310.59 0.93 0.71
Hex FA 72 E2 0 36 A 2 137 5D 47
Octal 372 162 342 0 66 12 2 467 135 107
Binary 11111010 1110010 11100010 0 110110 1010 10 100110111 1011101 1000111

Color Harmonies of #FA72E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA72E2

Black with #FA72E2

Text Example


Text Example

White with #FA72E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA72E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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