Html Css Color HEX #FA5DDB Free Speech Magenta

📋 copy color: '#FA5DDB'

red 250 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #FA5DDB

Tints of Free Speech Magenta #FA5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.55%

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

R = 44.48%
G = 16.55%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA5DDB (or 0xFA5DDB) is known color: Free Speech Magenta. HEX triplet: FA, 5D and DB. RGB value is (250,93,219). Sum of RGB (Red+Green+Blue) = 250+93+219=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DDB is #05A224. Grayscale: #999999. Windows color (decimal): -369189 or 14376442. OLE color: 14376442.

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

Color convert

RGB 250 93 219 -
CMYK 0 0.63 0.12 0.02
HSL 311.85º 0.94% 0.67% -
HSV(B) 311.85º 0.63% 0.98% -
XYZ 56.12 33.27 70.48 -
YUV 154.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 250 93 219 0 0.63 0.12 0.02 311.85 0.94 0.67
Hex FA 5D DB 0 3F C 2 138 5E 43
Octal 372 135 333 0 77 14 2 470 136 103
Binary 11111010 1011101 11011011 0 111111 1100 10 100111000 1011110 1000011

Color Harmonies of #FA5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DDB

Black with #FA5DDB

Text Example


Text Example

White with #FA5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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