Html Css Color HEX #FA65E5 Free Speech Magenta

📋 copy color: '#FA65E5'

red 250 ◦ green 101 ◦ blue 229

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

Shades of Free Speech Magenta #FA65E5

Tints of Free Speech Magenta #FA65E5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.41%

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

R = 43.1%
G = 17.41%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA65E5 (or 0xFA65E5) is known color: Free Speech Magenta. HEX triplet: FA, 65 and E5. RGB value is (250,101,229). Sum of RGB (Red+Green+Blue) = 250+101+229=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65E5 is #059A1A. Grayscale: #9F9F9F. Windows color (decimal): -367131 or 15033850. OLE color: 15033850.

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

Color convert

RGB 250 101 229 -
CMYK 0 0.60 0.08 0.02
HSL 308.46º 0.94% 0.69% -
HSV(B) 308.46º 0.6% 0.98% -
XYZ 58.22 35.29 77.87 -
YUV 160.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 250 101 229 0 0.60 0.08 0.02 308.46 0.94 0.69
Hex FA 65 E5 0 3C 8 2 134 5E 45
Octal 372 145 345 0 74 10 2 464 136 105
Binary 11111010 1100101 11100101 0 111100 1000 10 100110100 1011110 1000101

Color Harmonies of #FA65E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65E5

Black with #FA65E5

Text Example


Text Example

White with #FA65E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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