Html Css Color HEX #F150EF Free Speech Magenta

📋 copy color: '#F150EF'

red 241 ◦ green 80 ◦ blue 239

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

Shades of Free Speech Magenta #F150EF

Tints of Free Speech Magenta #F150EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.29%

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

R = 43.04%
G = 14.29%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F150EF (or 0xF150EF) is known color: Free Speech Magenta. HEX triplet: F1, 50 and EF. RGB value is (241,80,239). Sum of RGB (Red+Green+Blue) = 241+80+239=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 80 (31.64% from 255 or 14.29% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F150EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150EF is #0EAF10. Grayscale: #919191. Windows color (decimal): -962321 or 15683825. OLE color: 15683825.

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

Color convert

RGB 241 80 239 -
CMYK 0 0.67 0.01 0.05
HSL 300.75º 0.85% 0.63% -
HSV(B) 300.75º 0.67% 0.95% -
XYZ 54.72 30.67 84.7 -
YUV 146.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 241 80 239 0 0.67 0.01 0.05 300.75 0.85 0.63
Hex F1 50 EF 0 43 1 5 12D 55 3F
Octal 361 120 357 0 103 1 5 455 125 77
Binary 11110001 1010000 11101111 0 1000011 1 101 100101101 1010101 111111

Color Harmonies of #F150EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150EF

Black with #F150EF

Text Example


Text Example

White with #F150EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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