Html Css Color HEX #FA63DF Free Speech Magenta

📋 copy color: '#FA63DF'

red 250 ◦ green 99 ◦ blue 223

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

Shades of Free Speech Magenta #FA63DF

Tints of Free Speech Magenta #FA63DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.31%

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

R = 43.71%
G = 17.31%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA63DF (or 0xFA63DF) is known color: Free Speech Magenta. HEX triplet: FA, 63 and DF. RGB value is (250,99,223). Sum of RGB (Red+Green+Blue) = 250+99+223=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63DF is #059C20. Grayscale: #9D9D9D. Windows color (decimal): -367649 or 14640122. OLE color: 14640122.

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

Color convert

RGB 250 99 223 -
CMYK 0 0.60 0.11 0.02
HSL 310.73º 0.94% 0.68% -
HSV(B) 310.73º 0.6% 0.98% -
XYZ 57.21 34.58 73.47 -
YUV 158.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 250 99 223 0 0.60 0.11 0.02 310.73 0.94 0.68
Hex FA 63 DF 0 3C B 2 137 5E 44
Octal 372 143 337 0 74 13 2 467 136 104
Binary 11111010 1100011 11011111 0 111100 1011 10 100110111 1011110 1000100

Color Harmonies of #FA63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63DF

Black with #FA63DF

Text Example


Text Example

White with #FA63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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