Html Css Color HEX #F155ED Free Speech Magenta

📋 copy color: '#F155ED'

red 241 ◦ green 85 ◦ blue 237

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

Shades of Free Speech Magenta #F155ED

Tints of Free Speech Magenta #F155ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.1%

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

R = 42.81%
G = 15.1%
B = 42.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F155ED (or 0xF155ED) is known color: Free Speech Magenta. HEX triplet: F1, 55 and ED. RGB value is (241,85,237). Sum of RGB (Red+Green+Blue) = 241+85+237=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F155ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155ED is #0EAA12. Grayscale: #949494. Windows color (decimal): -961043 or 15554033. OLE color: 15554033.

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

Color convert

RGB 241 85 237 -
CMYK 0 0.65 0.02 0.05
HSL 301.54º 0.85% 0.64% -
HSV(B) 301.54º 0.65% 0.95% -
XYZ 54.81 31.31 83.28 -
YUV 148.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 241 85 237 0 0.65 0.02 0.05 301.54 0.85 0.64
Hex F1 55 ED 0 41 2 5 12E 55 40
Octal 361 125 355 0 101 2 5 456 125 100
Binary 11110001 1010101 11101101 0 1000001 10 101 100101110 1010101 1000000

Color Harmonies of #F155ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155ED

Black with #F155ED

Text Example


Text Example

White with #F155ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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