Html Css Color HEX #FA5CDB Free Speech Magenta

📋 copy color: '#FA5CDB'

red 250 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #FA5CDB

Tints of Free Speech Magenta #FA5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.4%

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

R = 44.56%
G = 16.4%
B = 39.04%

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

#FA5CDB (or 0xFA5CDB) is known color: Free Speech Magenta. HEX triplet: FA, 5C and DB. RGB value is (250,92,219). Sum of RGB (Red+Green+Blue) = 250+92+219=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CDB is #05A324. Grayscale: #999999. Windows color (decimal): -369445 or 14376186. OLE color: 14376186.

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

Color convert

RGB 250 92 219 -
CMYK 0 0.63 0.12 0.02
HSL 311.77º 0.94% 0.67% -
HSV(B) 311.77º 0.63% 0.98% -
XYZ 56.04 33.09 70.45 -
YUV 153.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 250 92 219 0 0.63 0.12 0.02 311.77 0.94 0.67
Hex FA 5C DB 0 3F C 2 138 5E 43
Octal 372 134 333 0 77 14 2 470 136 103
Binary 11111010 1011100 11011011 0 111111 1100 10 100111000 1011110 1000011

Color Harmonies of #FA5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CDB

Black with #FA5CDB

Text Example


Text Example

White with #FA5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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