Html Css Color HEX #F158ED Free Speech Magenta

📋 copy color: '#F158ED'

red 241 ◦ green 88 ◦ blue 237

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

Shades of Free Speech Magenta #F158ED

Tints of Free Speech Magenta #F158ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.55%

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

R = 42.58%
G = 15.55%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F158ED (or 0xF158ED) is known color: Free Speech Magenta. HEX triplet: F1, 58 and ED. RGB value is (241,88,237). Sum of RGB (Red+Green+Blue) = 241+88+237=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F158ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F158ED is #0EA712. Grayscale: #969696. Windows color (decimal): -960275 or 15554801. OLE color: 15554801.

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

Color convert

RGB 241 88 237 -
CMYK 0 0.63 0.02 0.05
HSL 301.57º 0.85% 0.65% -
HSV(B) 301.57º 0.63% 0.95% -
XYZ 55.05 31.79 83.36 -
YUV 150.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 241 88 237 0 0.63 0.02 0.05 301.57 0.85 0.65
Hex F1 58 ED 0 3F 2 5 12E 55 41
Octal 361 130 355 0 77 2 5 456 125 101
Binary 11110001 1011000 11101101 0 111111 10 101 100101110 1010101 1000001

Color Harmonies of #F158ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158ED

Black with #F158ED

Text Example


Text Example

White with #F158ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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