Html Css Color HEX #FA54DD Free Speech Magenta

📋 copy color: '#FA54DD'

red 250 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #FA54DD

Tints of Free Speech Magenta #FA54DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.14%

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 45.05%
G = 15.14%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA54DD (or 0xFA54DD) is known color: Free Speech Magenta. HEX triplet: FA, 54 and DD. RGB value is (250,84,221). Sum of RGB (Red+Green+Blue) = 250+84+221=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 84 (33.20% from 255 or 15.14% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54DD is #05AB22. Grayscale: #949494. Windows color (decimal): -371491 or 14505210. OLE color: 14505210.

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

Color convert

RGB 250 84 221 -
CMYK 0 0.66 0.12 0.02
HSL 310.48º 0.94% 0.65% -
HSV(B) 310.48º 0.66% 0.98% -
XYZ 55.65 31.89 71.63 -
YUV 149.25 168.5 199.86 -
System Red Green Blue C M Y K H S L
Decimal 250 84 221 0 0.66 0.12 0.02 310.48 0.94 0.65
Hex FA 54 DD 0 42 C 2 136 5E 41
Octal 372 124 335 0 102 14 2 466 136 101
Binary 11111010 1010100 11011101 0 1000010 1100 10 100110110 1011110 1000001

Color Harmonies of #FA54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54DD

Black with #FA54DD

Text Example


Text Example

White with #FA54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54DD; }

 p { color: rgb(250,84,221); }

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

background-color css

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

 a { background-color: rgb(250,84,221); }

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

border-color css

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

 span { border-color: rgb(250,84,221); }

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