Html Css Color HEX #F13FEE Free Speech Magenta

📋 copy color: '#F13FEE'

red 241 ◦ green 63 ◦ blue 238

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

Shades of Free Speech Magenta #F13FEE

Tints of Free Speech Magenta #F13FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 44.46%
G = 11.62%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F13FEE (or 0xF13FEE) is known color: Free Speech Magenta. HEX triplet: F1, 3F and EE. RGB value is (241,63,238). Sum of RGB (Red+Green+Blue) = 241+63+238=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 63 (25% from 255 or 11.62% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13FEE is #0EC011. Grayscale: #878787. Windows color (decimal): -966674 or 15613937. OLE color: 15613937.

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

Color convert

RGB 241 63 238 -
CMYK 0 0.74 0.01 0.05
HSL 301.01º 0.86% 0.6% -
HSV(B) 301.01º 0.74% 0.95% -
XYZ 53.49 28.43 83.56 -
YUV 136.17 185.47 202.77 -
System Red Green Blue C M Y K H S L
Decimal 241 63 238 0 0.74 0.01 0.05 301.01 0.86 0.6
Hex F1 3F EE 0 4A 1 5 12D 56 3C
Octal 361 77 356 0 112 1 5 455 126 74
Binary 11110001 111111 11101110 0 1001010 1 101 100101101 1010110 111100

Color Harmonies of #F13FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13FEE

Black with #F13FEE

Text Example


Text Example

White with #F13FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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