Html Css Color HEX #FA52DB Free Speech Magenta

📋 copy color: '#FA52DB'

red 250 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #FA52DB

Tints of Free Speech Magenta #FA52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.88%

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

R = 45.37%
G = 14.88%
B = 39.75%

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

#FA52DB (or 0xFA52DB) is known color: Free Speech Magenta. HEX triplet: FA, 52 and DB. RGB value is (250,82,219). Sum of RGB (Red+Green+Blue) = 250+82+219=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52DB is #05AD24. Grayscale: #939393. Windows color (decimal): -372005 or 14373626. OLE color: 14373626.

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

Color convert

RGB 250 82 219 -
CMYK 0 0.67 0.12 0.02
HSL 311.07º 0.94% 0.65% -
HSV(B) 311.07º 0.67% 0.98% -
XYZ 55.23 31.47 70.18 -
YUV 147.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 250 82 219 0 0.67 0.12 0.02 311.07 0.94 0.65
Hex FA 52 DB 0 43 C 2 137 5E 41
Octal 372 122 333 0 103 14 2 467 136 101
Binary 11111010 1010010 11011011 0 1000011 1100 10 100110111 1011110 1000001

Color Harmonies of #FA52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52DB

Black with #FA52DB

Text Example


Text Example

White with #FA52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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