Html Css Color HEX #FA5BDF Free Speech Magenta

📋 copy color: '#FA5BDF'

red 250 ◦ green 91 ◦ blue 223

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

Shades of Free Speech Magenta #FA5BDF

Tints of Free Speech Magenta #FA5BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.13%

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

R = 44.33%
G = 16.13%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA5BDF (or 0xFA5BDF) is known color: Free Speech Magenta. HEX triplet: FA, 5B and DF. RGB value is (250,91,223). Sum of RGB (Red+Green+Blue) = 250+91+223=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 91 (35.94% from 255 or 16.13% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BDF is #05A420. Grayscale: #999999. Windows color (decimal): -369697 or 14638074. OLE color: 14638074.

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

Color convert

RGB 250 91 223 -
CMYK 0 0.64 0.11 0.02
HSL 310.19º 0.94% 0.67% -
HSV(B) 310.19º 0.64% 0.98% -
XYZ 56.48 33.13 73.23 -
YUV 153.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 250 91 223 0 0.64 0.11 0.02 310.19 0.94 0.67
Hex FA 5B DF 0 40 B 2 136 5E 43
Octal 372 133 337 0 100 13 2 466 136 103
Binary 11111010 1011011 11011111 0 1000000 1011 10 100110110 1011110 1000011

Color Harmonies of #FA5BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BDF

Black with #FA5BDF

Text Example


Text Example

White with #FA5BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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