Html Css Color HEX #F15FE1 Free Speech Magenta

📋 copy color: '#F15FE1'

red 241 ◦ green 95 ◦ blue 225

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

Shades of Free Speech Magenta #F15FE1

Tints of Free Speech Magenta #F15FE1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.93%

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 42.96%
G = 16.93%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F15FE1 (or 0xF15FE1) is known color: Free Speech Magenta. HEX triplet: F1, 5F and E1. RGB value is (241,95,225). Sum of RGB (Red+Green+Blue) = 241+95+225=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FE1 is #0EA01E. Grayscale: #999999. Windows color (decimal): -958495 or 14770161. OLE color: 14770161.

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

Color convert

RGB 241 95 225 -
CMYK 0 0.61 0.07 0.05
HSL 306.58º 0.84% 0.66% -
HSV(B) 306.58º 0.61% 0.95% -
XYZ 53.96 32.32 74.63 -
YUV 153.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 241 95 225 0 0.61 0.07 0.05 306.58 0.84 0.66
Hex F1 5F E1 0 3D 7 5 133 54 42
Octal 361 137 341 0 75 7 5 463 124 102
Binary 11110001 1011111 11100001 0 111101 111 101 100110011 1010100 1000010

Color Harmonies of #F15FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FE1

Black with #F15FE1

Text Example


Text Example

White with #F15FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FE1; }

 p { color: rgb(241,95,225); }

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

background-color css

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

 a { background-color: rgb(241,95,225); }

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

border-color css

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

 span { border-color: rgb(241,95,225); }

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