Html Css Color HEX #F158E7 Free Speech Magenta

📋 copy color: '#F158E7'

red 241 ◦ green 88 ◦ blue 231

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

Shades of Free Speech Magenta #F158E7

Tints of Free Speech Magenta #F158E7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.71%

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 43.04%
G = 15.71%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F158E7 (or 0xF158E7) is known color: Free Speech Magenta. HEX triplet: F1, 58 and E7. RGB value is (241,88,231). Sum of RGB (Red+Green+Blue) = 241+88+231=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F158E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F158E7 is #0EA718. Grayscale: #959595. Windows color (decimal): -960281 or 15161585. OLE color: 15161585.

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

Color convert

RGB 241 88 231 -
CMYK 0 0.63 0.04 0.05
HSL 303.92º 0.85% 0.65% -
HSV(B) 303.92º 0.63% 0.95% -
XYZ 54.19 31.45 78.82 -
YUV 150.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 241 88 231 0 0.63 0.04 0.05 303.92 0.85 0.65
Hex F1 58 E7 0 3F 4 5 130 55 41
Octal 361 130 347 0 77 4 5 460 125 101
Binary 11110001 1011000 11100111 0 111111 100 101 100110000 1010101 1000001

Color Harmonies of #F158E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158E7

Black with #F158E7

Text Example


Text Example

White with #F158E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158E7; }

 p { color: rgb(241,88,231); }

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

background-color css

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

 a { background-color: rgb(241,88,231); }

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

border-color css

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

 span { border-color: rgb(241,88,231); }

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