Html Css Color HEX #FA74DF Pale Magenta

📋 copy color: '#FA74DF'

red 250 ◦ green 116 ◦ blue 223

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

Shades of Pale Magenta #FA74DF

Tints of Pale Magenta #FA74DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.69%

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 42.44%
G = 19.69%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA74DF (or 0xFA74DF) is known color: Pale Magenta. HEX triplet: FA, 74 and DF. RGB value is (250,116,223). Sum of RGB (Red+Green+Blue) = 250+116+223=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74DF is #058B20. Grayscale: #A7A7A7. Windows color (decimal): -363297 or 14644474. OLE color: 14644474.

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

Color convert

RGB 250 116 223 -
CMYK 0 0.54 0.11 0.02
HSL 312.09º 0.93% 0.72% -
HSV(B) 312.09º 0.54% 0.98% -
XYZ 58.99 38.14 74.07 -
YUV 168.26 158.89 186.3 -
System Red Green Blue C M Y K H S L
Decimal 250 116 223 0 0.54 0.11 0.02 312.09 0.93 0.72
Hex FA 74 DF 0 36 B 2 138 5D 48
Octal 372 164 337 0 66 13 2 470 135 110
Binary 11111010 1110100 11011111 0 110110 1011 10 100111000 1011101 1001000

Color Harmonies of #FA74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA74DF

Black with #FA74DF

Text Example


Text Example

White with #FA74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA74DF; }

 p { color: rgb(250,116,223); }

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

background-color css

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

 a { background-color: rgb(250,116,223); }

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

border-color css

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

 span { border-color: rgb(250,116,223); }

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