Html Css Color HEX #F13FE5 Free Speech Magenta

📋 copy color: '#F13FE5'

red 241 ◦ green 63 ◦ blue 229

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

Shades of Free Speech Magenta #F13FE5

Tints of Free Speech Magenta #F13FE5

RGB

 RED value IS 241 (94.53% from 255) = 45.22%

 GREEN value IS 63 (25% from 255) = 11.82%

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 45.22%
G = 11.82%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F13FE5 (or 0xF13FE5) is known color: Free Speech Magenta. HEX triplet: F1, 3F and E5. RGB value is (241,63,229). Sum of RGB (Red+Green+Blue) = 241+63+229=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 63 (25% from 255 or 11.82% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FE5 is #0EC01A. Grayscale: #868686. Windows color (decimal): -966683 or 15024113. OLE color: 15024113.

HSL color Cylindrical-coordinate representation of color #F13FE5: hue angle of 304.04º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13FE5 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 229 -
CMYK 0 0.74 0.05 0.05
HSL 304.05º 0.86% 0.6% -
HSV(B) 304.05º 0.74% 0.95% -
XYZ 52.2 27.91 76.77 -
YUV 135.15 180.97 203.5 -
System Red Green Blue C M Y K H S L
Decimal 241 63 229 0 0.74 0.05 0.05 304.05 0.86 0.6
Hex F1 3F E5 0 4A 5 5 130 56 3C
Octal 361 77 345 0 112 5 5 460 126 74
Binary 11110001 111111 11100101 0 1001010 101 101 100110000 1010110 111100

Color Harmonies of #F13FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FE5

Black with #F13FE5

Text Example


Text Example

White with #F13FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FE5; }

 p { color: rgb(241,63,229); }

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

background-color css

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

 a { background-color: rgb(241,63,229); }

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

border-color css

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

 span { border-color: rgb(241,63,229); }

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