Html Css Color HEX #F158D0 Free Speech Magenta

📋 copy color: '#F158D0'

red 241 ◦ green 88 ◦ blue 208

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

Shades of Free Speech Magenta #F158D0

Tints of Free Speech Magenta #F158D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 44.88%
G = 16.39%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F158D0 (or 0xF158D0) is known color: Free Speech Magenta. HEX triplet: F1, 58 and D0. RGB value is (241,88,208). Sum of RGB (Red+Green+Blue) = 241+88+208=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F158D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F158D0 is #0EA72F. Grayscale: #939393. Windows color (decimal): -960304 or 13654257. OLE color: 13654257.

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

Color convert

RGB 241 88 208 -
CMYK 0 0.63 0.14 0.05
HSL 312.94º 0.85% 0.65% -
HSV(B) 312.94º 0.63% 0.95% -
XYZ 51.15 30.23 62.81 -
YUV 147.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 241 88 208 0 0.63 0.14 0.05 312.94 0.85 0.65
Hex F1 58 D0 0 3F E 5 139 55 41
Octal 361 130 320 0 77 16 5 471 125 101
Binary 11110001 1011000 11010000 0 111111 1110 101 100111001 1010101 1000001

Color Harmonies of #F158D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158D0

Black with #F158D0

Text Example


Text Example

White with #F158D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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