Html Css Color HEX #F155C6 Free Speech Magenta

📋 copy color: '#F155C6'

red 241 ◦ green 85 ◦ blue 198

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

Shades of Free Speech Magenta #F155C6

Tints of Free Speech Magenta #F155C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 45.99%
G = 16.22%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F155C6 (or 0xF155C6) is known color: Free Speech Magenta. HEX triplet: F1, 55 and C6. RGB value is (241,85,198). Sum of RGB (Red+Green+Blue) = 241+85+198=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F155C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155C6 is #0EAA39. Grayscale: #909090. Windows color (decimal): -961082 or 12998129. OLE color: 12998129.

HSL color Cylindrical-coordinate representation of color #F155C6: hue angle of 316.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 #F155C6 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 85 198 -
CMYK 0 0.65 0.18 0.05
HSL 316.54º 0.85% 0.64% -
HSV(B) 316.54º 0.65% 0.95% -
XYZ 49.72 29.27 56.46 -
YUV 144.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 241 85 198 0 0.65 0.18 0.05 316.54 0.85 0.64
Hex F1 55 C6 0 41 12 5 13D 55 40
Octal 361 125 306 0 101 22 5 475 125 100
Binary 11110001 1010101 11000110 0 1000001 10010 101 100111101 1010101 1000000

Color Harmonies of #F155C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155C6

Black with #F155C6

Text Example


Text Example

White with #F155C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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