Html Css Color HEX #FA50DB Free Speech Magenta

📋 copy color: '#FA50DB'

red 250 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Magenta #FA50DB

Tints of Free Speech Magenta #FA50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.57%

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

R = 45.54%
G = 14.57%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA50DB (or 0xFA50DB) is known color: Free Speech Magenta. HEX triplet: FA, 50 and DB. RGB value is (250,80,219). Sum of RGB (Red+Green+Blue) = 250+80+219=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50DB is #05AF24. Grayscale: #929292. Windows color (decimal): -372517 or 14373114. OLE color: 14373114.

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

Color convert

RGB 250 80 219 -
CMYK 0 0.68 0.12 0.02
HSL 310.94º 0.94% 0.65% -
HSV(B) 310.94º 0.68% 0.98% -
XYZ 55.08 31.18 70.13 -
YUV 146.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 250 80 219 0 0.68 0.12 0.02 310.94 0.94 0.65
Hex FA 50 DB 0 44 C 2 137 5E 41
Octal 372 120 333 0 104 14 2 467 136 101
Binary 11111010 1010000 11011011 0 1000100 1100 10 100110111 1011110 1000001

Color Harmonies of #FA50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50DB

Black with #FA50DB

Text Example


Text Example

White with #FA50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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