Html Css Color HEX #F15BDC Free Speech Magenta

📋 copy color: '#F15BDC'

red 241 ◦ green 91 ◦ blue 220

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

Shades of Free Speech Magenta #F15BDC

Tints of Free Speech Magenta #F15BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 43.66%
G = 16.49%
B = 39.86%

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

#F15BDC (or 0xF15BDC) is known color: Free Speech Magenta. HEX triplet: F1, 5B and DC. RGB value is (241,91,220). Sum of RGB (Red+Green+Blue) = 241+91+220=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 91 (35.94% from 255 or 16.49% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BDC is #0EA423. Grayscale: #969696. Windows color (decimal): -959524 or 14441457. OLE color: 14441457.

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

Color convert

RGB 241 91 220 -
CMYK 0 0.62 0.09 0.05
HSL 308.4º 0.84% 0.65% -
HSV(B) 308.4º 0.62% 0.95% -
XYZ 52.93 31.35 70.97 -
YUV 150.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 241 91 220 0 0.62 0.09 0.05 308.4 0.84 0.65
Hex F1 5B DC 0 3E 9 5 134 54 41
Octal 361 133 334 0 76 11 5 464 124 101
Binary 11110001 1011011 11011100 0 111110 1001 101 100110100 1010100 1000001

Color Harmonies of #F15BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BDC

Black with #F15BDC

Text Example


Text Example

White with #F15BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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