Html Css Color HEX #F15EDD Free Speech Magenta

📋 copy color: '#F15EDD'

red 241 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #F15EDD

Tints of Free Speech Magenta #F15EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.91%

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 43.35%
G = 16.91%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F15EDD (or 0xF15EDD) is known color: Free Speech Magenta. HEX triplet: F1, 5E and DD. RGB value is (241,94,221). Sum of RGB (Red+Green+Blue) = 241+94+221=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EDD is #0EA122. Grayscale: #989898. Windows color (decimal): -958755 or 14507761. OLE color: 14507761.

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

Color convert

RGB 241 94 221 -
CMYK 0 0.61 0.08 0.05
HSL 308.16º 0.84% 0.66% -
HSV(B) 308.16º 0.61% 0.95% -
XYZ 53.33 31.93 71.76 -
YUV 152.43 166.7 191.17 -
System Red Green Blue C M Y K H S L
Decimal 241 94 221 0 0.61 0.08 0.05 308.16 0.84 0.66
Hex F1 5E DD 0 3D 8 5 134 54 42
Octal 361 136 335 0 75 10 5 464 124 102
Binary 11110001 1011110 11011101 0 111101 1000 101 100110100 1010100 1000010

Color Harmonies of #F15EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15EDD

Black with #F15EDD

Text Example


Text Example

White with #F15EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15EDD; }

 p { color: rgb(241,94,221); }

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

background-color css

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

 a { background-color: rgb(241,94,221); }

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

border-color css

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

 span { border-color: rgb(241,94,221); }

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