Html Css Color HEX #FA53DB Free Speech Magenta

📋 copy color: '#FA53DB'

red 250 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #FA53DB

Tints of Free Speech Magenta #FA53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.04%

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

R = 45.29%
G = 15.04%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA53DB (or 0xFA53DB) is known color: Free Speech Magenta. HEX triplet: FA, 53 and DB. RGB value is (250,83,219). Sum of RGB (Red+Green+Blue) = 250+83+219=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 83 (32.81% from 255 or 15.04% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53DB is #05AC24. Grayscale: #949494. Windows color (decimal): -371749 or 14373882. OLE color: 14373882.

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

Color convert

RGB 250 83 219 -
CMYK 0 0.67 0.12 0.02
HSL 311.14º 0.94% 0.65% -
HSV(B) 311.14º 0.67% 0.98% -
XYZ 55.3 31.62 70.21 -
YUV 148.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 250 83 219 0 0.67 0.12 0.02 311.14 0.94 0.65
Hex FA 53 DB 0 43 C 2 137 5E 41
Octal 372 123 333 0 103 14 2 467 136 101
Binary 11111010 1010011 11011011 0 1000011 1100 10 100110111 1011110 1000001

Color Harmonies of #FA53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53DB

Black with #FA53DB

Text Example


Text Example

White with #FA53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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