Html Css Color HEX #FA51DB Free Speech Magenta

📋 copy color: '#FA51DB'

red 250 ◦ green 81 ◦ blue 219

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

Shades of Free Speech Magenta #FA51DB

Tints of Free Speech Magenta #FA51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.73%

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

R = 45.45%
G = 14.73%
B = 39.82%

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

#FA51DB (or 0xFA51DB) is known color: Free Speech Magenta. HEX triplet: FA, 51 and DB. RGB value is (250,81,219). Sum of RGB (Red+Green+Blue) = 250+81+219=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 81 (32.03% from 255 or 14.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51DB is #05AE24. Grayscale: #929292. Windows color (decimal): -372261 or 14373370. OLE color: 14373370.

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

Color convert

RGB 250 81 219 -
CMYK 0 0.68 0.12 0.02
HSL 311.01º 0.94% 0.65% -
HSV(B) 311.01º 0.68% 0.98% -
XYZ 55.15 31.32 70.16 -
YUV 147.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 250 81 219 0 0.68 0.12 0.02 311.01 0.94 0.65
Hex FA 51 DB 0 44 C 2 137 5E 41
Octal 372 121 333 0 104 14 2 467 136 101
Binary 11111010 1010001 11011011 0 1000100 1100 10 100110111 1011110 1000001

Color Harmonies of #FA51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51DB

Black with #FA51DB

Text Example


Text Example

White with #FA51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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