Html Css Color HEX #F158DF Free Speech Magenta

📋 copy color: '#F158DF'

red 241 ◦ green 88 ◦ blue 223

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

Shades of Free Speech Magenta #F158DF

Tints of Free Speech Magenta #F158DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 43.66%
G = 15.94%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F158DF (or 0xF158DF) is known color: Free Speech Magenta. HEX triplet: F1, 58 and DF. RGB value is (241,88,223). Sum of RGB (Red+Green+Blue) = 241+88+223=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F158DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F158DF is #0EA720. Grayscale: #949494. Windows color (decimal): -960289 or 14637297. OLE color: 14637297.

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

Color convert

RGB 241 88 223 -
CMYK 0 0.63 0.07 0.05
HSL 307.06º 0.85% 0.65% -
HSV(B) 307.06º 0.63% 0.95% -
XYZ 53.08 31.01 73 -
YUV 149.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 241 88 223 0 0.63 0.07 0.05 307.06 0.85 0.65
Hex F1 58 DF 0 3F 7 5 133 55 41
Octal 361 130 337 0 77 7 5 463 125 101
Binary 11110001 1011000 11011111 0 111111 111 101 100110011 1010101 1000001

Color Harmonies of #F158DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158DF

Black with #F158DF

Text Example


Text Example

White with #F158DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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