Html Css Color HEX #F140EF Free Speech Magenta

📋 copy color: '#F140EF'

red 241 ◦ green 64 ◦ blue 239

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

Shades of Free Speech Magenta #F140EF

Tints of Free Speech Magenta #F140EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.76%

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

R = 44.3%
G = 11.76%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F140EF (or 0xF140EF) is known color: Free Speech Magenta. HEX triplet: F1, 40 and EF. RGB value is (241,64,239). Sum of RGB (Red+Green+Blue) = 241+64+239=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F140EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140EF is #0EBF10. Grayscale: #888888. Windows color (decimal): -966417 or 15679729. OLE color: 15679729.

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

Color convert

RGB 241 64 239 -
CMYK 0 0.73 0.01 0.05
HSL 300.68º 0.86% 0.6% -
HSV(B) 300.68º 0.73% 0.95% -
XYZ 53.69 28.6 84.35 -
YUV 136.87 185.64 202.27 -
System Red Green Blue C M Y K H S L
Decimal 241 64 239 0 0.73 0.01 0.05 300.68 0.86 0.6
Hex F1 40 EF 0 49 1 5 12D 56 3C
Octal 361 100 357 0 111 1 5 455 126 74
Binary 11110001 1000000 11101111 0 1001001 1 101 100101101 1010110 111100

Color Harmonies of #F140EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F140EF

Black with #F140EF

Text Example


Text Example

White with #F140EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F140EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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