Html Css Color HEX #FA53DF Free Speech Magenta

📋 copy color: '#FA53DF'

red 250 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Magenta #FA53DF

Tints of Free Speech Magenta #FA53DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.93%

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

R = 44.96%
G = 14.93%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA53DF (or 0xFA53DF) is known color: Free Speech Magenta. HEX triplet: FA, 53 and DF. RGB value is (250,83,223). Sum of RGB (Red+Green+Blue) = 250+83+223=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53DF is #05AC20. Grayscale: #949494. Windows color (decimal): -371745 or 14636026. OLE color: 14636026.

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

Color convert

RGB 250 83 223 -
CMYK 0 0.67 0.11 0.02
HSL 309.7º 0.94% 0.65% -
HSV(B) 309.7º 0.67% 0.98% -
XYZ 55.84 31.84 73.01 -
YUV 148.89 169.83 200.12 -
System Red Green Blue C M Y K H S L
Decimal 250 83 223 0 0.67 0.11 0.02 309.7 0.94 0.65
Hex FA 53 DF 0 43 B 2 136 5E 41
Octal 372 123 337 0 103 13 2 466 136 101
Binary 11111010 1010011 11011111 0 1000011 1011 10 100110110 1011110 1000001

Color Harmonies of #FA53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53DF

Black with #FA53DF

Text Example


Text Example

White with #FA53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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