Html Css Color HEX #F13CEE Free Speech Magenta

📋 copy color: '#F13CEE'

red 241 ◦ green 60 ◦ blue 238

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

Shades of Free Speech Magenta #F13CEE

Tints of Free Speech Magenta #F13CEE

RGB

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

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

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

R = 44.71%
G = 11.13%
B = 44.16%

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

#F13CEE (or 0xF13CEE) is known color: Free Speech Magenta. HEX triplet: F1, 3C and EE. RGB value is (241,60,238). Sum of RGB (Red+Green+Blue) = 241+60+238=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 60 (23.83% from 255 or 11.13% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13CEE is #0EC311. Grayscale: #858585. Windows color (decimal): -967442 or 15613169. OLE color: 15613169.

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

Color convert

RGB 241 60 238 -
CMYK 0 0.75 0.01 0.05
HSL 300.99º 0.87% 0.59% -
HSV(B) 300.99º 0.75% 0.95% -
XYZ 53.32 28.11 83.5 -
YUV 134.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 241 60 238 0 0.75 0.01 0.05 300.99 0.87 0.59
Hex F1 3C EE 0 4B 1 5 12D 57 3B
Octal 361 74 356 0 113 1 5 455 127 73
Binary 11110001 111100 11101110 0 1001011 1 101 100101101 1010111 111011

Color Harmonies of #F13CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CEE

Black with #F13CEE

Text Example


Text Example

White with #F13CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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