Html Css Color HEX #FA48E2 Free Speech Magenta

📋 copy color: '#FA48E2'

red 250 ◦ green 72 ◦ blue 226

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

Shades of Free Speech Magenta #FA48E2

Tints of Free Speech Magenta #FA48E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.24%

R = 45.62%
G = 13.14%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA48E2 (or 0xFA48E2) is known color: Free Speech Magenta. HEX triplet: FA, 48 and E2. RGB value is (250,72,226). Sum of RGB (Red+Green+Blue) = 250+72+226=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 72 (28.52% from 255 or 13.14% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA48E2 is #05B71D. Grayscale: #8E8E8E. Windows color (decimal): -374558 or 14829818. OLE color: 14829818.

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

Color convert

RGB 250 72 226 -
CMYK 0 0.71 0.10 0.02
HSL 308.09º 0.95% 0.63% -
HSV(B) 308.09º 0.71% 0.98% -
XYZ 55.47 30.45 74.91 -
YUV 142.78 174.97 204.48 -
System Red Green Blue C M Y K H S L
Decimal 250 72 226 0 0.71 0.10 0.02 308.09 0.95 0.63
Hex FA 48 E2 0 47 A 2 134 5F 3F
Octal 372 110 342 0 107 12 2 464 137 77
Binary 11111010 1001000 11100010 0 1000111 1010 10 100110100 1011111 111111

Color Harmonies of #FA48E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA48E2

Black with #FA48E2

Text Example


Text Example

White with #FA48E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA48E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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