Html Css Color HEX #FA47E7 Free Speech Magenta

📋 copy color: '#FA47E7'

red 250 ◦ green 71 ◦ blue 231

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

Shades of Free Speech Magenta #FA47E7

Tints of Free Speech Magenta #FA47E7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.86%

 BLUE value IS 231 (90.63% from 255) = 41.85%

R = 45.29%
G = 12.86%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA47E7 (or 0xFA47E7) is known color: Free Speech Magenta. HEX triplet: FA, 47 and E7. RGB value is (250,71,231). Sum of RGB (Red+Green+Blue) = 250+71+231=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 71 (28.12% from 255 or 12.86% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47E7 is #05B818. Grayscale: #8E8E8E. Windows color (decimal): -374809 or 15157242. OLE color: 15157242.

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

Color convert

RGB 250 71 231 -
CMYK 0 0.72 0.08 0.02
HSL 306.37º 0.95% 0.63% -
HSV(B) 306.37º 0.72% 0.98% -
XYZ 56.1 30.6 78.55 -
YUV 142.76 177.8 204.49 -
System Red Green Blue C M Y K H S L
Decimal 250 71 231 0 0.72 0.08 0.02 306.37 0.95 0.63
Hex FA 47 E7 0 48 8 2 132 5F 3F
Octal 372 107 347 0 110 10 2 462 137 77
Binary 11111010 1000111 11100111 0 1001000 1000 10 100110010 1011111 111111

Color Harmonies of #FA47E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA47E7

Black with #FA47E7

Text Example


Text Example

White with #FA47E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA47E7; }

 p { color: rgb(250,71,231); }

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

background-color css

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

 a { background-color: rgb(250,71,231); }

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

border-color css

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

 span { border-color: rgb(250,71,231); }

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