Html Css Color HEX #F13FE6 Free Speech Magenta

📋 copy color: '#F13FE6'

red 241 ◦ green 63 ◦ blue 230

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

Shades of Free Speech Magenta #F13FE6

Tints of Free Speech Magenta #F13FE6

RGB

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

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

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

R = 45.13%
G = 11.8%
B = 43.07%

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

#F13FE6 (or 0xF13FE6) is known color: Free Speech Magenta. HEX triplet: F1, 3F and E6. RGB value is (241,63,230). Sum of RGB (Red+Green+Blue) = 241+63+230=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 63 (25% from 255 or 11.80% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13FE6 is #0EC019. Grayscale: #868686. Windows color (decimal): -966682 or 15089649. OLE color: 15089649.

HSL color Cylindrical-coordinate representation of color #F13FE6: hue angle of 303.71º 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 #F13FE6 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 230 -
CMYK 0 0.74 0.05 0.05
HSL 303.71º 0.86% 0.6% -
HSV(B) 303.71º 0.74% 0.95% -
XYZ 52.34 27.97 77.5 -
YUV 135.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 241 63 230 0 0.74 0.05 0.05 303.71 0.86 0.6
Hex F1 3F E6 0 4A 5 5 130 56 3C
Octal 361 77 346 0 112 5 5 460 126 74
Binary 11110001 111111 11100110 0 1001010 101 101 100110000 1010110 111100

Color Harmonies of #F13FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FE6

Black with #F13FE6

Text Example


Text Example

White with #F13FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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