Html Css Color HEX #F15DE3 Free Speech Magenta

📋 copy color: '#F15DE3'

red 241 ◦ green 93 ◦ blue 227

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

Shades of Free Speech Magenta #F15DE3

Tints of Free Speech Magenta #F15DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.46%

R = 42.96%
G = 16.58%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F15DE3 (or 0xF15DE3) is known color: Free Speech Magenta. HEX triplet: F1, 5D and E3. RGB value is (241,93,227). Sum of RGB (Red+Green+Blue) = 241+93+227=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DE3 is #0EA21C. Grayscale: #989898. Windows color (decimal): -959005 or 14900721. OLE color: 14900721.

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

Color convert

RGB 241 93 227 -
CMYK 0 0.61 0.06 0.05
HSL 305.68º 0.84% 0.65% -
HSV(B) 305.68º 0.61% 0.95% -
XYZ 54.06 32.08 76.02 -
YUV 152.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 241 93 227 0 0.61 0.06 0.05 305.68 0.84 0.65
Hex F1 5D E3 0 3D 6 5 132 54 41
Octal 361 135 343 0 75 6 5 462 124 101
Binary 11110001 1011101 11100011 0 111101 110 101 100110010 1010100 1000001

Color Harmonies of #F15DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DE3

Black with #F15DE3

Text Example


Text Example

White with #F15DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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