Html Css Color HEX #FA5BDB Free Speech Magenta

📋 copy color: '#FA5BDB'

red 250 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #FA5BDB

Tints of Free Speech Magenta #FA5BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 44.64%
G = 16.25%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA5BDB (or 0xFA5BDB) is known color: Free Speech Magenta. HEX triplet: FA, 5B and DB. RGB value is (250,91,219). Sum of RGB (Red+Green+Blue) = 250+91+219=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BDB is #05A424. Grayscale: #989898. Windows color (decimal): -369701 or 14375930. OLE color: 14375930.

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

Color convert

RGB 250 91 219 -
CMYK 0 0.64 0.12 0.02
HSL 311.7º 0.94% 0.67% -
HSV(B) 311.7º 0.64% 0.98% -
XYZ 55.95 32.92 70.42 -
YUV 153.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 250 91 219 0 0.64 0.12 0.02 311.7 0.94 0.67
Hex FA 5B DB 0 40 C 2 138 5E 43
Octal 372 133 333 0 100 14 2 470 136 103
Binary 11111010 1011011 11011011 0 1000000 1100 10 100111000 1011110 1000011

Color Harmonies of #FA5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BDB

Black with #FA5BDB

Text Example


Text Example

White with #FA5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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