Html Css Color HEX #F15BDB Free Speech Magenta

📋 copy color: '#F15BDB'

red 241 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #F15BDB

Tints of Free Speech Magenta #F15BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.52%

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

R = 43.74%
G = 16.52%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F15BDB (or 0xF15BDB) is known color: Free Speech Magenta. HEX triplet: F1, 5B and DB. RGB value is (241,91,219). Sum of RGB (Red+Green+Blue) = 241+91+219=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 91 (35.94% from 255 or 16.52% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BDB is #0EA424. Grayscale: #969696. Windows color (decimal): -959525 or 14375921. OLE color: 14375921.

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

Color convert

RGB 241 91 219 -
CMYK 0 0.62 0.09 0.05
HSL 308.8º 0.84% 0.65% -
HSV(B) 308.8º 0.62% 0.95% -
XYZ 52.8 31.3 70.28 -
YUV 150.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 241 91 219 0 0.62 0.09 0.05 308.8 0.84 0.65
Hex F1 5B DB 0 3E 9 5 135 54 41
Octal 361 133 333 0 76 11 5 465 124 101
Binary 11110001 1011011 11011011 0 111110 1001 101 100110101 1010100 1000001

Color Harmonies of #F15BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BDB

Black with #F15BDB

Text Example


Text Example

White with #F15BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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