Html Css Color HEX #F15DDB Free Speech Magenta

📋 copy color: '#F15DDB'

red 241 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #F15DDB

Tints of Free Speech Magenta #F15DDB

RGB

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

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

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

R = 43.58%
G = 16.82%
B = 39.6%

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

#F15DDB (or 0xF15DDB) is known color: Free Speech Magenta. HEX triplet: F1, 5D and DB. RGB value is (241,93,219). Sum of RGB (Red+Green+Blue) = 241+93+219=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DDB is #0EA224. Grayscale: #979797. Windows color (decimal): -959013 or 14376433. OLE color: 14376433.

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

Color convert

RGB 241 93 219 -
CMYK 0 0.61 0.09 0.05
HSL 308.92º 0.84% 0.65% -
HSV(B) 308.92º 0.61% 0.95% -
XYZ 52.98 31.64 70.33 -
YUV 151.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 241 93 219 0 0.61 0.09 0.05 308.92 0.84 0.65
Hex F1 5D DB 0 3D 9 5 135 54 41
Octal 361 135 333 0 75 11 5 465 124 101
Binary 11110001 1011101 11011011 0 111101 1001 101 100110101 1010100 1000001

Color Harmonies of #F15DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DDB

Black with #F15DDB

Text Example


Text Example

White with #F15DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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