Html Css Color HEX #F151D9 Free Speech Magenta

📋 copy color: '#F151D9'

red 241 ◦ green 81 ◦ blue 217

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

Shades of Free Speech Magenta #F151D9

Tints of Free Speech Magenta #F151D9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.03%

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

R = 44.71%
G = 15.03%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F151D9 (or 0xF151D9) is known color: Free Speech Magenta. HEX triplet: F1, 51 and D9. RGB value is (241,81,217). Sum of RGB (Red+Green+Blue) = 241+81+217=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F151D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F151D9 is #0EAE26. Grayscale: #8F8F8F. Windows color (decimal): -962087 or 14242289. OLE color: 14242289.

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

Color convert

RGB 241 81 217 -
CMYK 0 0.66 0.10 0.05
HSL 309º 0.85% 0.63% -
HSV(B) 309º 0.66% 0.95% -
XYZ 51.74 29.6 68.63 -
YUV 144.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 241 81 217 0 0.66 0.10 0.05 309 0.85 0.63
Hex F1 51 D9 0 42 A 5 135 55 3F
Octal 361 121 331 0 102 12 5 465 125 77
Binary 11110001 1010001 11011001 0 1000010 1010 101 100110101 1010101 111111

Color Harmonies of #F151D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F151D9

Black with #F151D9

Text Example


Text Example

White with #F151D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F151D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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