Html Css Color HEX #FA66E5 Free Speech Magenta

📋 copy color: '#FA66E5'

red 250 ◦ green 102 ◦ blue 229

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

Shades of Free Speech Magenta #FA66E5

Tints of Free Speech Magenta #FA66E5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.56%

 BLUE value IS 229 (89.84% from 255) = 39.41%

R = 43.03%
G = 17.56%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA66E5 (or 0xFA66E5) is known color: Free Speech Magenta. HEX triplet: FA, 66 and E5. RGB value is (250,102,229). Sum of RGB (Red+Green+Blue) = 250+102+229=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 102 (40.23% from 255 or 17.56% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66E5 is #05991A. Grayscale: #A0A0A0. Windows color (decimal): -366875 or 15034106. OLE color: 15034106.

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

Color convert

RGB 250 102 229 -
CMYK 0 0.59 0.08 0.02
HSL 308.51º 0.94% 0.69% -
HSV(B) 308.51º 0.59% 0.98% -
XYZ 58.32 35.48 77.9 -
YUV 160.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 250 102 229 0 0.59 0.08 0.02 308.51 0.94 0.69
Hex FA 66 E5 0 3B 8 2 135 5E 45
Octal 372 146 345 0 73 10 2 465 136 105
Binary 11111010 1100110 11100101 0 111011 1000 10 100110101 1011110 1000101

Color Harmonies of #FA66E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66E5

Black with #FA66E5

Text Example


Text Example

White with #FA66E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66E5; }

 p { color: rgb(250,102,229); }

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

background-color css

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

 a { background-color: rgb(250,102,229); }

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

border-color css

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

 span { border-color: rgb(250,102,229); }

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