Html Css Color HEX #FA61DF Free Speech Magenta

📋 copy color: '#FA61DF'

red 250 ◦ green 97 ◦ blue 223

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

Shades of Free Speech Magenta #FA61DF

Tints of Free Speech Magenta #FA61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.02%

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

R = 43.86%
G = 17.02%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA61DF (or 0xFA61DF) is known color: Free Speech Magenta. HEX triplet: FA, 61 and DF. RGB value is (250,97,223). Sum of RGB (Red+Green+Blue) = 250+97+223=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61DF is #059E20. Grayscale: #9C9C9C. Windows color (decimal): -368161 or 14639610. OLE color: 14639610.

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

Color convert

RGB 250 97 223 -
CMYK 0 0.61 0.11 0.02
HSL 310.59º 0.94% 0.68% -
HSV(B) 310.59º 0.61% 0.98% -
XYZ 57.02 34.2 73.41 -
YUV 157.11 165.19 194.25 -
System Red Green Blue C M Y K H S L
Decimal 250 97 223 0 0.61 0.11 0.02 310.59 0.94 0.68
Hex FA 61 DF 0 3D B 2 137 5E 44
Octal 372 141 337 0 75 13 2 467 136 104
Binary 11111010 1100001 11011111 0 111101 1011 10 100110111 1011110 1000100

Color Harmonies of #FA61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA61DF

Black with #FA61DF

Text Example


Text Example

White with #FA61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA61DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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