Html Css Color HEX #FA60D9 Free Speech Magenta

📋 copy color: '#FA60D9'

red 250 ◦ green 96 ◦ blue 217

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

Shades of Free Speech Magenta #FA60D9

Tints of Free Speech Magenta #FA60D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.05%

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 44.4%
G = 17.05%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA60D9 (or 0xFA60D9) is known color: Free Speech Magenta. HEX triplet: FA, 60 and D9. RGB value is (250,96,217). Sum of RGB (Red+Green+Blue) = 250+96+217=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 96 (37.89% from 255 or 17.05% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60D9 is #059F26. Grayscale: #9B9B9B. Windows color (decimal): -368423 or 14246138. OLE color: 14246138.

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

Color convert

RGB 250 96 217 -
CMYK 0 0.62 0.13 0.02
HSL 312.86º 0.94% 0.68% -
HSV(B) 312.86º 0.62% 0.98% -
XYZ 56.13 33.7 69.19 -
YUV 155.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 250 96 217 0 0.62 0.13 0.02 312.86 0.94 0.68
Hex FA 60 D9 0 3E D 2 139 5E 44
Octal 372 140 331 0 76 15 2 471 136 104
Binary 11111010 1100000 11011001 0 111110 1101 10 100111001 1011110 1000100

Color Harmonies of #FA60D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60D9

Black with #FA60D9

Text Example


Text Example

White with #FA60D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60D9; }

 p { color: rgb(250,96,217); }

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

background-color css

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

 a { background-color: rgb(250,96,217); }

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

border-color css

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

 span { border-color: rgb(250,96,217); }

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