Html Css Color HEX #F151E6 Free Speech Magenta

📋 copy color: '#F151E6'

red 241 ◦ green 81 ◦ blue 230

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

Shades of Free Speech Magenta #F151E6

Tints of Free Speech Magenta #F151E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 43.66%
G = 14.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F151E6 (or 0xF151E6) is known color: Free Speech Magenta. HEX triplet: F1, 51 and E6. RGB value is (241,81,230). Sum of RGB (Red+Green+Blue) = 241+81+230=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F151E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F151E6 is #0EAE19. Grayscale: #919191. Windows color (decimal): -962074 or 15094257. OLE color: 15094257.

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

Color convert

RGB 241 81 230 -
CMYK 0 0.66 0.05 0.05
HSL 304.13º 0.85% 0.63% -
HSV(B) 304.13º 0.66% 0.95% -
XYZ 53.5 30.3 77.89 -
YUV 145.83 175.51 195.88 -
System Red Green Blue C M Y K H S L
Decimal 241 81 230 0 0.66 0.05 0.05 304.13 0.85 0.63
Hex F1 51 E6 0 42 5 5 130 55 3F
Octal 361 121 346 0 102 5 5 460 125 77
Binary 11110001 1010001 11100110 0 1000010 101 101 100110000 1010101 111111

Color Harmonies of #F151E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F151E6

Black with #F151E6

Text Example


Text Example

White with #F151E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F151E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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