Html Css Color HEX #FA4FE5 Free Speech Magenta

📋 copy color: '#FA4FE5'

red 250 ◦ green 79 ◦ blue 229

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

Shades of Free Speech Magenta #FA4FE5

Tints of Free Speech Magenta #FA4FE5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.16%

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

R = 44.8%
G = 14.16%
B = 41.04%

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

#FA4FE5 (or 0xFA4FE5) is known color: Free Speech Magenta. HEX triplet: FA, 4F and E5. RGB value is (250,79,229). Sum of RGB (Red+Green+Blue) = 250+79+229=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 79 (31.25% from 255 or 14.16% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4FE5 is #05B01A. Grayscale: #929292. Windows color (decimal): -372763 or 15028218. OLE color: 15028218.

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

Color convert

RGB 250 79 229 -
CMYK 0 0.68 0.08 0.02
HSL 307.37º 0.94% 0.65% -
HSV(B) 307.37º 0.68% 0.98% -
XYZ 56.36 31.57 77.25 -
YUV 147.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 250 79 229 0 0.68 0.08 0.02 307.37 0.94 0.65
Hex FA 4F E5 0 44 8 2 133 5E 41
Octal 372 117 345 0 104 10 2 463 136 101
Binary 11111010 1001111 11100101 0 1000100 1000 10 100110011 1011110 1000001

Color Harmonies of #FA4FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FE5

Black with #FA4FE5

Text Example


Text Example

White with #FA4FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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