Html Css Color HEX #F15EDB Free Speech Magenta

📋 copy color: '#F15EDB'

red 241 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #F15EDB

Tints of Free Speech Magenta #F15EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 43.5%
G = 16.97%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F15EDB (or 0xF15EDB) is known color: Free Speech Magenta. HEX triplet: F1, 5E and DB. RGB value is (241,94,219). Sum of RGB (Red+Green+Blue) = 241+94+219=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EDB is #0EA124. Grayscale: #979797. Windows color (decimal): -958757 or 14376689. OLE color: 14376689.

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

Color convert

RGB 241 94 219 -
CMYK 0 0.61 0.09 0.05
HSL 308.98º 0.84% 0.66% -
HSV(B) 308.98º 0.61% 0.95% -
XYZ 53.06 31.82 70.36 -
YUV 152.2 165.7 191.34 -
System Red Green Blue C M Y K H S L
Decimal 241 94 219 0 0.61 0.09 0.05 308.98 0.84 0.66
Hex F1 5E DB 0 3D 9 5 135 54 42
Octal 361 136 333 0 75 11 5 465 124 102
Binary 11110001 1011110 11011011 0 111101 1001 101 100110101 1010100 1000010

Color Harmonies of #F15EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15EDB

Black with #F15EDB

Text Example


Text Example

White with #F15EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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