Html Css Color HEX #FA5FDF Free Speech Magenta

📋 copy color: '#FA5FDF'

red 250 ◦ green 95 ◦ blue 223

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

Shades of Free Speech Magenta #FA5FDF

Tints of Free Speech Magenta #FA5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.73%

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

R = 44.01%
G = 16.73%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA5FDF (or 0xFA5FDF) is known color: Free Speech Magenta. HEX triplet: FA, 5F and DF. RGB value is (250,95,223). Sum of RGB (Red+Green+Blue) = 250+95+223=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FDF is #05A020. Grayscale: #9B9B9B. Windows color (decimal): -368673 or 14639098. OLE color: 14639098.

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

Color convert

RGB 250 95 223 -
CMYK 0 0.62 0.11 0.02
HSL 310.45º 0.94% 0.68% -
HSV(B) 310.45º 0.62% 0.98% -
XYZ 56.84 33.84 73.35 -
YUV 155.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 250 95 223 0 0.62 0.11 0.02 310.45 0.94 0.68
Hex FA 5F DF 0 3E B 2 136 5E 44
Octal 372 137 337 0 76 13 2 466 136 104
Binary 11111010 1011111 11011111 0 111110 1011 10 100110110 1011110 1000100

Color Harmonies of #FA5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5FDF

Black with #FA5FDF

Text Example


Text Example

White with #FA5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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