Html Css Color HEX #FA5BDA Free Speech Magenta

📋 copy color: '#FA5BDA'

red 250 ◦ green 91 ◦ blue 218

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

Shades of Free Speech Magenta #FA5BDA

Tints of Free Speech Magenta #FA5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 44.72%
G = 16.28%
B = 39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA5BDA (or 0xFA5BDA) is known color: Free Speech Magenta. HEX triplet: FA, 5B and DA. RGB value is (250,91,218). Sum of RGB (Red+Green+Blue) = 250+91+218=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BDA is #05A425. Grayscale: #989898. Windows color (decimal): -369702 or 14310394. OLE color: 14310394.

HSL color Cylindrical-coordinate representation of color #FA5BDA: hue angle of 312.08º 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 #FA5BDA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 91 218 -
CMYK 0 0.64 0.13 0.02
HSL 312.08º 0.94% 0.67% -
HSV(B) 312.08º 0.64% 0.98% -
XYZ 55.82 32.87 69.73 -
YUV 153.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 250 91 218 0 0.64 0.13 0.02 312.08 0.94 0.67
Hex FA 5B DA 0 40 D 2 138 5E 43
Octal 372 133 332 0 100 15 2 470 136 103
Binary 11111010 1011011 11011010 0 1000000 1101 10 100111000 1011110 1000011

Color Harmonies of #FA5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BDA

Black with #FA5BDA

Text Example


Text Example

White with #FA5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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