Html Css Color HEX #FA60E6 Free Speech Magenta

📋 copy color: '#FA60E6'

red 250 ◦ green 96 ◦ blue 230

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

Shades of Free Speech Magenta #FA60E6

Tints of Free Speech Magenta #FA60E6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.67%

 BLUE value IS 230 (90.23% from 255) = 39.93%

R = 43.4%
G = 16.67%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA60E6 (or 0xFA60E6) is known color: Free Speech Magenta. HEX triplet: FA, 60 and E6. RGB value is (250,96,230). Sum of RGB (Red+Green+Blue) = 250+96+230=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 96 (37.89% from 255 or 16.67% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA60E6 is #059F19. Grayscale: #9C9C9C. Windows color (decimal): -368410 or 15098106. OLE color: 15098106.

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

Color convert

RGB 250 96 230 -
CMYK 0 0.62 0.08 0.02
HSL 307.79º 0.94% 0.68% -
HSV(B) 307.79º 0.62% 0.98% -
XYZ 57.89 34.4 78.45 -
YUV 157.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 250 96 230 0 0.62 0.08 0.02 307.79 0.94 0.68
Hex FA 60 E6 0 3E 8 2 134 5E 44
Octal 372 140 346 0 76 10 2 464 136 104
Binary 11111010 1100000 11100110 0 111110 1000 10 100110100 1011110 1000100

Color Harmonies of #FA60E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60E6

Black with #FA60E6

Text Example


Text Example

White with #FA60E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60E6; }

 p { color: rgb(250,96,230); }

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

background-color css

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

 a { background-color: rgb(250,96,230); }

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

border-color css

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

 span { border-color: rgb(250,96,230); }

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