Html Css Color HEX #F15FE5 Free Speech Magenta

📋 copy color: '#F15FE5'

red 241 ◦ green 95 ◦ blue 229

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

Shades of Free Speech Magenta #F15FE5

Tints of Free Speech Magenta #F15FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 42.65%
G = 16.81%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F15FE5 (or 0xF15FE5) is known color: Free Speech Magenta. HEX triplet: F1, 5F and E5. RGB value is (241,95,229). Sum of RGB (Red+Green+Blue) = 241+95+229=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FE5 is #0EA01A. Grayscale: #999999. Windows color (decimal): -958491 or 15032305. OLE color: 15032305.

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

Color convert

RGB 241 95 229 -
CMYK 0 0.61 0.05 0.05
HSL 304.93º 0.84% 0.66% -
HSV(B) 304.93º 0.61% 0.95% -
XYZ 54.51 32.54 77.54 -
YUV 153.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 241 95 229 0 0.61 0.05 0.05 304.93 0.84 0.66
Hex F1 5F E5 0 3D 5 5 131 54 42
Octal 361 137 345 0 75 5 5 461 124 102
Binary 11110001 1011111 11100101 0 111101 101 101 100110001 1010100 1000010

Color Harmonies of #F15FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FE5

Black with #F15FE5

Text Example


Text Example

White with #F15FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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