Html Css Color HEX #F155C9 Free Speech Magenta

📋 copy color: '#F155C9'

red 241 ◦ green 85 ◦ blue 201

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

Shades of Free Speech Magenta #F155C9

Tints of Free Speech Magenta #F155C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 45.73%
G = 16.13%
B = 38.14%

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

#F155C9 (or 0xF155C9) is known color: Free Speech Magenta. HEX triplet: F1, 55 and C9. RGB value is (241,85,201). Sum of RGB (Red+Green+Blue) = 241+85+201=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F155C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155C9 is #0EAA36. Grayscale: #909090. Windows color (decimal): -961079 or 13194737. OLE color: 13194737.

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

Color convert

RGB 241 85 201 -
CMYK 0 0.65 0.17 0.05
HSL 315.38º 0.85% 0.64% -
HSV(B) 315.38º 0.65% 0.95% -
XYZ 50.07 29.41 58.3 -
YUV 144.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 241 85 201 0 0.65 0.17 0.05 315.38 0.85 0.64
Hex F1 55 C9 0 41 11 5 13B 55 40
Octal 361 125 311 0 101 21 5 473 125 100
Binary 11110001 1010101 11001001 0 1000001 10001 101 100111011 1010101 1000000

Color Harmonies of #F155C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155C9

Black with #F155C9

Text Example


Text Example

White with #F155C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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