Html Css Color HEX #FA5FDB Free Speech Magenta

📋 copy color: '#FA5FDB'

red 250 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #FA5FDB

Tints of Free Speech Magenta #FA5FDB

RGB

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

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

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

R = 44.33%
G = 16.84%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA5FDB (or 0xFA5FDB) is known color: Free Speech Magenta. HEX triplet: FA, 5F and DB. RGB value is (250,95,219). Sum of RGB (Red+Green+Blue) = 250+95+219=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FDB is #05A024. Grayscale: #9B9B9B. Windows color (decimal): -368677 or 14376954. OLE color: 14376954.

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

Color convert

RGB 250 95 219 -
CMYK 0 0.62 0.12 0.02
HSL 312º 0.94% 0.68% -
HSV(B) 312º 0.62% 0.98% -
XYZ 56.3 33.62 70.54 -
YUV 155.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 250 95 219 0 0.62 0.12 0.02 312 0.94 0.68
Hex FA 5F DB 0 3E C 2 138 5E 44
Octal 372 137 333 0 76 14 2 470 136 104
Binary 11111010 1011111 11011011 0 111110 1100 10 100111000 1011110 1000100

Color Harmonies of #FA5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5FDB

Black with #FA5FDB

Text Example


Text Example

White with #FA5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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