Html Css Color HEX #F13CF0 Free Speech Magenta

📋 copy color: '#F13CF0'

red 241 ◦ green 60 ◦ blue 240

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

Shades of Free Speech Magenta #F13CF0

Tints of Free Speech Magenta #F13CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.36%

R = 44.55%
G = 11.09%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F13CF0 (or 0xF13CF0) is known color: Free Speech Magenta. HEX triplet: F1, 3C and F0. RGB value is (241,60,240). Sum of RGB (Red+Green+Blue) = 241+60+240=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 60 (23.83% from 255 or 11.09% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F13CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13CF0 is #0EC30F. Grayscale: #868686. Windows color (decimal): -967440 or 15744241. OLE color: 15744241.

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

Color convert

RGB 241 60 240 -
CMYK 0 0.75 0.00 0.05
HSL 300.33º 0.87% 0.59% -
HSV(B) 300.33º 0.75% 0.95% -
XYZ 53.62 28.22 85.06 -
YUV 134.64 187.47 203.86 -
System Red Green Blue C M Y K H S L
Decimal 241 60 240 0 0.75 0.00 0.05 300.33 0.87 0.59
Hex F1 3C F0 0 4B 0 5 12C 57 3B
Octal 361 74 360 0 113 0 5 454 127 73
Binary 11110001 111100 11110000 0 1001011 0 101 100101100 1010111 111011

Color Harmonies of #F13CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13CF0

Black with #F13CF0

Text Example


Text Example

White with #F13CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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