Html Css Color HEX #F15DE8 Free Speech Magenta

📋 copy color: '#F15DE8'

red 241 ◦ green 93 ◦ blue 232

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

Shades of Free Speech Magenta #F15DE8

Tints of Free Speech Magenta #F15DE8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.43%

 BLUE value IS 232 (91.02% from 255) = 40.99%

R = 42.58%
G = 16.43%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F15DE8 (or 0xF15DE8) is known color: Free Speech Magenta. HEX triplet: F1, 5D and E8. RGB value is (241,93,232). Sum of RGB (Red+Green+Blue) = 241+93+232=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DE8 is #0EA217. Grayscale: #989898. Windows color (decimal): -959000 or 15228401. OLE color: 15228401.

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

Color convert

RGB 241 93 232 -
CMYK 0 0.61 0.04 0.05
HSL 303.65º 0.84% 0.65% -
HSV(B) 303.65º 0.61% 0.95% -
XYZ 54.76 32.36 79.7 -
YUV 153.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 241 93 232 0 0.61 0.04 0.05 303.65 0.84 0.65
Hex F1 5D E8 0 3D 4 5 130 54 41
Octal 361 135 350 0 75 4 5 460 124 101
Binary 11110001 1011101 11101000 0 111101 100 101 100110000 1010100 1000001

Color Harmonies of #F15DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DE8

Black with #F15DE8

Text Example


Text Example

White with #F15DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DE8; }

 p { color: rgb(241,93,232); }

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

background-color css

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

 a { background-color: rgb(241,93,232); }

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

border-color css

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

 span { border-color: rgb(241,93,232); }

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