Html Css Color HEX #FA51E6 Free Speech Magenta

📋 copy color: '#FA51E6'

red 250 ◦ green 81 ◦ blue 230

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

Shades of Free Speech Magenta #FA51E6

Tints of Free Speech Magenta #FA51E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41%

R = 44.56%
G = 14.44%
B = 41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA51E6 (or 0xFA51E6) is known color: Free Speech Magenta. HEX triplet: FA, 51 and E6. RGB value is (250,81,230). Sum of RGB (Red+Green+Blue) = 250+81+230=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 81 (32.03% from 255 or 14.44% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA51E6 is #05AE19. Grayscale: #949494. Windows color (decimal): -372250 or 15094266. OLE color: 15094266.

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

Color convert

RGB 250 81 230 -
CMYK 0 0.68 0.08 0.02
HSL 307.1º 0.94% 0.65% -
HSV(B) 307.1º 0.68% 0.98% -
XYZ 56.65 31.92 78.04 -
YUV 148.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 250 81 230 0 0.68 0.08 0.02 307.1 0.94 0.65
Hex FA 51 E6 0 44 8 2 133 5E 41
Octal 372 121 346 0 104 10 2 463 136 101
Binary 11111010 1010001 11100110 0 1000100 1000 10 100110011 1011110 1000001

Color Harmonies of #FA51E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51E6

Black with #FA51E6

Text Example


Text Example

White with #FA51E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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