Html Css Color HEX #F141ED Free Speech Magenta

📋 copy color: '#F141ED'

red 241 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #F141ED

Tints of Free Speech Magenta #F141ED

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.97%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 44.38%
G = 11.97%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F141ED (or 0xF141ED) is known color: Free Speech Magenta. HEX triplet: F1, 41 and ED. RGB value is (241,65,237). Sum of RGB (Red+Green+Blue) = 241+65+237=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 65 (25.78% from 255 or 11.97% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F141ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141ED is #0EBE12. Grayscale: #888888. Windows color (decimal): -966163 or 15548913. OLE color: 15548913.

HSL color Cylindrical-coordinate representation of color #F141ED: hue angle of 301.36º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F141ED is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 65 237 -
CMYK 0 0.73 0.02 0.05
HSL 301.36º 0.86% 0.6% -
HSV(B) 301.36º 0.73% 0.95% -
XYZ 53.45 28.6 82.82 -
YUV 137.23 184.31 202.01 -
System Red Green Blue C M Y K H S L
Decimal 241 65 237 0 0.73 0.02 0.05 301.36 0.86 0.6
Hex F1 41 ED 0 49 2 5 12D 56 3C
Octal 361 101 355 0 111 2 5 455 126 74
Binary 11110001 1000001 11101101 0 1001001 10 101 100101101 1010110 111100

Color Harmonies of #F141ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F141ED

Black with #F141ED

Text Example


Text Example

White with #F141ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F141ED; }

 p { color: rgb(241,65,237); }

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

background-color css

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

 a { background-color: rgb(241,65,237); }

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

border-color css

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

 span { border-color: rgb(241,65,237); }

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