Html Css Color HEX #F155D9 Free Speech Magenta

📋 copy color: '#F155D9'

red 241 ◦ green 85 ◦ blue 217

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

Shades of Free Speech Magenta #F155D9

Tints of Free Speech Magenta #F155D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 44.38%
G = 15.65%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F155D9 (or 0xF155D9) is known color: Free Speech Magenta. HEX triplet: F1, 55 and D9. RGB value is (241,85,217). Sum of RGB (Red+Green+Blue) = 241+85+217=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F155D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155D9 is #0EAA26. Grayscale: #929292. Windows color (decimal): -961063 or 14243313. OLE color: 14243313.

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

Color convert

RGB 241 85 217 -
CMYK 0 0.65 0.10 0.05
HSL 309.23º 0.85% 0.64% -
HSV(B) 309.23º 0.65% 0.95% -
XYZ 52.05 30.21 68.73 -
YUV 146.69 167.68 195.27 -
System Red Green Blue C M Y K H S L
Decimal 241 85 217 0 0.65 0.10 0.05 309.23 0.85 0.64
Hex F1 55 D9 0 41 A 5 135 55 40
Octal 361 125 331 0 101 12 5 465 125 100
Binary 11110001 1010101 11011001 0 1000001 1010 101 100110101 1010101 1000000

Color Harmonies of #F155D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155D9

Black with #F155D9

Text Example


Text Example

White with #F155D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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