Html Css Color HEX #FA55DA Free Speech Magenta

📋 copy color: '#FA55DA'

red 250 ◦ green 85 ◦ blue 218

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

Shades of Free Speech Magenta #FA55DA

Tints of Free Speech Magenta #FA55DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 45.21%
G = 15.37%
B = 39.42%

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

#FA55DA (or 0xFA55DA) is known color: Free Speech Magenta. HEX triplet: FA, 55 and DA. RGB value is (250,85,218). Sum of RGB (Red+Green+Blue) = 250+85+218=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55DA is #05AA25. Grayscale: #959595. Windows color (decimal): -371238 or 14308858. OLE color: 14308858.

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

Color convert

RGB 250 85 218 -
CMYK 0 0.66 0.13 0.02
HSL 311.64º 0.94% 0.66% -
HSV(B) 311.64º 0.66% 0.98% -
XYZ 55.33 31.88 69.57 -
YUV 149.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 250 85 218 0 0.66 0.13 0.02 311.64 0.94 0.66
Hex FA 55 DA 0 42 D 2 138 5E 42
Octal 372 125 332 0 102 15 2 470 136 102
Binary 11111010 1010101 11011010 0 1000010 1101 10 100111000 1011110 1000010

Color Harmonies of #FA55DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55DA

Black with #FA55DA

Text Example


Text Example

White with #FA55DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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