Html Css Color HEX #F157ED Free Speech Magenta

📋 copy color: '#F157ED'

red 241 ◦ green 87 ◦ blue 237

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

Shades of Free Speech Magenta #F157ED

Tints of Free Speech Magenta #F157ED

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.4%

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

R = 42.65%
G = 15.4%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F157ED (or 0xF157ED) is known color: Free Speech Magenta. HEX triplet: F1, 57 and ED. RGB value is (241,87,237). Sum of RGB (Red+Green+Blue) = 241+87+237=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F157ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F157ED is #0EA812. Grayscale: #959595. Windows color (decimal): -960531 or 15554545. OLE color: 15554545.

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

Color convert

RGB 241 87 237 -
CMYK 0 0.64 0.02 0.05
HSL 301.56º 0.85% 0.64% -
HSV(B) 301.56º 0.64% 0.95% -
XYZ 54.97 31.63 83.33 -
YUV 150.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 241 87 237 0 0.64 0.02 0.05 301.56 0.85 0.64
Hex F1 57 ED 0 40 2 5 12E 55 40
Octal 361 127 355 0 100 2 5 456 125 100
Binary 11110001 1010111 11101101 0 1000000 10 101 100101110 1010101 1000000

Color Harmonies of #F157ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157ED

Black with #F157ED

Text Example


Text Example

White with #F157ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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