Html Css Color HEX #FA55DB Free Speech Magenta

📋 copy color: '#FA55DB'

red 250 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #FA55DB

Tints of Free Speech Magenta #FA55DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.34%

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

R = 45.13%
G = 15.34%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA55DB (or 0xFA55DB) is known color: Free Speech Magenta. HEX triplet: FA, 55 and DB. RGB value is (250,85,219). Sum of RGB (Red+Green+Blue) = 250+85+219=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55DB is #05AA24. Grayscale: #959595. Windows color (decimal): -371237 or 14374394. OLE color: 14374394.

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

Color convert

RGB 250 85 219 -
CMYK 0 0.66 0.12 0.02
HSL 311.27º 0.94% 0.66% -
HSV(B) 311.27º 0.66% 0.98% -
XYZ 55.46 31.94 70.26 -
YUV 149.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 250 85 219 0 0.66 0.12 0.02 311.27 0.94 0.66
Hex FA 55 DB 0 42 C 2 137 5E 42
Octal 372 125 333 0 102 14 2 467 136 102
Binary 11111010 1010101 11011011 0 1000010 1100 10 100110111 1011110 1000010

Color Harmonies of #FA55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55DB

Black with #FA55DB

Text Example


Text Example

White with #FA55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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