Html Css Color HEX #F155C8 Free Speech Magenta

📋 copy color: '#F155C8'

red 241 ◦ green 85 ◦ blue 200

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

Shades of Free Speech Magenta #F155C8

Tints of Free Speech Magenta #F155C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 45.82%
G = 16.16%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F155C8 (or 0xF155C8) is known color: Free Speech Magenta. HEX triplet: F1, 55 and C8. RGB value is (241,85,200). Sum of RGB (Red+Green+Blue) = 241+85+200=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F155C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155C8 is #0EAA37. Grayscale: #909090. Windows color (decimal): -961080 or 13129201. OLE color: 13129201.

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

Color convert

RGB 241 85 200 -
CMYK 0 0.65 0.17 0.05
HSL 315.77º 0.85% 0.64% -
HSV(B) 315.77º 0.65% 0.95% -
XYZ 49.95 29.37 57.68 -
YUV 144.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 241 85 200 0 0.65 0.17 0.05 315.77 0.85 0.64
Hex F1 55 C8 0 41 11 5 13C 55 40
Octal 361 125 310 0 101 21 5 474 125 100
Binary 11110001 1010101 11001000 0 1000001 10001 101 100111100 1010101 1000000

Color Harmonies of #F155C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155C8

Black with #F155C8

Text Example


Text Example

White with #F155C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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