Html Css Color HEX #F13CEF Free Speech Magenta

📋 copy color: '#F13CEF'

red 241 ◦ green 60 ◦ blue 239

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

Shades of Free Speech Magenta #F13CEF

Tints of Free Speech Magenta #F13CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.11%

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 44.63%
G = 11.11%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F13CEF (or 0xF13CEF) is known color: Free Speech Magenta. HEX triplet: F1, 3C and EF. RGB value is (241,60,239). Sum of RGB (Red+Green+Blue) = 241+60+239=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 60 (23.83% from 255 or 11.11% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13CEF is #0EC310. Grayscale: #858585. Windows color (decimal): -967441 or 15678705. OLE color: 15678705.

HSL color Cylindrical-coordinate representation of color #F13CEF: hue angle of 300.66º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13CEF is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 60 239 -
CMYK 0 0.75 0.01 0.05
HSL 300.66º 0.87% 0.59% -
HSV(B) 300.66º 0.75% 0.95% -
XYZ 53.47 28.16 84.28 -
YUV 134.53 186.97 203.95 -
System Red Green Blue C M Y K H S L
Decimal 241 60 239 0 0.75 0.01 0.05 300.66 0.87 0.59
Hex F1 3C EF 0 4B 1 5 12D 57 3B
Octal 361 74 357 0 113 1 5 455 127 73
Binary 11110001 111100 11101111 0 1001011 1 101 100101101 1010111 111011

Color Harmonies of #F13CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CEF

Black with #F13CEF

Text Example


Text Example

White with #F13CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CEF; }

 p { color: rgb(241,60,239); }

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

background-color css

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

 a { background-color: rgb(241,60,239); }

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

border-color css

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

 span { border-color: rgb(241,60,239); }

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