Html Css Color HEX #F150EE Free Speech Magenta

📋 copy color: '#F150EE'

red 241 ◦ green 80 ◦ blue 238

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

Shades of Free Speech Magenta #F150EE

Tints of Free Speech Magenta #F150EE

RGB

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

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

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

R = 43.11%
G = 14.31%
B = 42.58%

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

#F150EE (or 0xF150EE) is known color: Free Speech Magenta. HEX triplet: F1, 50 and EE. RGB value is (241,80,238). Sum of RGB (Red+Green+Blue) = 241+80+238=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 80 (31.64% from 255 or 14.31% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F150EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150EE is #0EAF11. Grayscale: #919191. Windows color (decimal): -962322 or 15618289. OLE color: 15618289.

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

Color convert

RGB 241 80 238 -
CMYK 0 0.67 0.01 0.05
HSL 301.12º 0.85% 0.63% -
HSV(B) 301.12º 0.67% 0.95% -
XYZ 54.58 30.61 83.92 -
YUV 146.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 241 80 238 0 0.67 0.01 0.05 301.12 0.85 0.63
Hex F1 50 EE 0 43 1 5 12D 55 3F
Octal 361 120 356 0 103 1 5 455 125 77
Binary 11110001 1010000 11101110 0 1000011 1 101 100101101 1010101 111111

Color Harmonies of #F150EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150EE

Black with #F150EE

Text Example


Text Example

White with #F150EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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