Html Css Color HEX #FA48EB Free Speech Magenta

📋 copy color: '#FA48EB'

red 250 ◦ green 72 ◦ blue 235

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

Shades of Free Speech Magenta #FA48EB

Tints of Free Speech Magenta #FA48EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.93%

 BLUE value IS 235 (92.19% from 255) = 42.19%

R = 44.88%
G = 12.93%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA48EB (or 0xFA48EB) is known color: Free Speech Magenta. HEX triplet: FA, 48 and EB. RGB value is (250,72,235). Sum of RGB (Red+Green+Blue) = 250+72+235=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 72 (28.52% from 255 or 12.93% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA48EB is #05B714. Grayscale: #8F8F8F. Windows color (decimal): -374549 or 15419642. OLE color: 15419642.

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

Color convert

RGB 250 72 235 -
CMYK 0 0.71 0.06 0.02
HSL 305.06º 0.95% 0.63% -
HSV(B) 305.06º 0.71% 0.98% -
XYZ 56.74 30.96 81.58 -
YUV 143.8 179.47 203.75 -
System Red Green Blue C M Y K H S L
Decimal 250 72 235 0 0.71 0.06 0.02 305.06 0.95 0.63
Hex FA 48 EB 0 47 6 2 131 5F 3F
Octal 372 110 353 0 107 6 2 461 137 77
Binary 11111010 1001000 11101011 0 1000111 110 10 100110001 1011111 111111

Color Harmonies of #FA48EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA48EB

Black with #FA48EB

Text Example


Text Example

White with #FA48EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA48EB; }

 p { color: rgb(250,72,235); }

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

background-color css

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

 a { background-color: rgb(250,72,235); }

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

border-color css

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

 span { border-color: rgb(250,72,235); }

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