Html Css Color HEX #FA55D9 Free Speech Magenta

📋 copy color: '#FA55D9'

red 250 ◦ green 85 ◦ blue 217

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

Shades of Free Speech Magenta #FA55D9

Tints of Free Speech Magenta #FA55D9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.4%

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

R = 45.29%
G = 15.4%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA55D9 (or 0xFA55D9) is known color: Free Speech Magenta. HEX triplet: FA, 55 and D9. RGB value is (250,85,217). Sum of RGB (Red+Green+Blue) = 250+85+217=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55D9 is #05AA26. Grayscale: #959595. Windows color (decimal): -371239 or 14243322. OLE color: 14243322.

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

Color convert

RGB 250 85 217 -
CMYK 0 0.66 0.13 0.02
HSL 312º 0.94% 0.66% -
HSV(B) 312º 0.66% 0.98% -
XYZ 55.2 31.83 68.88 -
YUV 149.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 250 85 217 0 0.66 0.13 0.02 312 0.94 0.66
Hex FA 55 D9 0 42 D 2 138 5E 42
Octal 372 125 331 0 102 15 2 470 136 102
Binary 11111010 1010101 11011001 0 1000010 1101 10 100111000 1011110 1000010

Color Harmonies of #FA55D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55D9

Black with #FA55D9

Text Example


Text Example

White with #FA55D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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