Html Css Color HEX #FA5CE0 Free Speech Magenta

📋 copy color: '#FA5CE0'

red 250 ◦ green 92 ◦ blue 224

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

Shades of Free Speech Magenta #FA5CE0

Tints of Free Speech Magenta #FA5CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.25%

 BLUE value IS 224 (87.89% from 255) = 39.58%

R = 44.17%
G = 16.25%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA5CE0 (or 0xFA5CE0) is known color: Free Speech Magenta. HEX triplet: FA, 5C and E0. RGB value is (250,92,224). Sum of RGB (Red+Green+Blue) = 250+92+224=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CE0 is #05A31F. Grayscale: #999999. Windows color (decimal): -369440 or 14703866. OLE color: 14703866.

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

Color convert

RGB 250 92 224 -
CMYK 0 0.63 0.10 0.02
HSL 309.87º 0.94% 0.67% -
HSV(B) 309.87º 0.63% 0.98% -
XYZ 56.71 33.36 73.97 -
YUV 154.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 250 92 224 0 0.63 0.10 0.02 309.87 0.94 0.67
Hex FA 5C E0 0 3F A 2 136 5E 43
Octal 372 134 340 0 77 12 2 466 136 103
Binary 11111010 1011100 11100000 0 111111 1010 10 100110110 1011110 1000011

Color Harmonies of #FA5CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CE0

Black with #FA5CE0

Text Example


Text Example

White with #FA5CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CE0; }

 p { color: rgb(250,92,224); }

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

background-color css

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

 a { background-color: rgb(250,92,224); }

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

border-color css

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

 span { border-color: rgb(250,92,224); }

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