Html Css Color HEX #F15DDC Free Speech Magenta

📋 copy color: '#F15DDC'

red 241 ◦ green 93 ◦ blue 220

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

Shades of Free Speech Magenta #F15DDC

Tints of Free Speech Magenta #F15DDC

RGB

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

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

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

R = 43.5%
G = 16.79%
B = 39.71%

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

#F15DDC (or 0xF15DDC) is known color: Free Speech Magenta. HEX triplet: F1, 5D and DC. RGB value is (241,93,220). Sum of RGB (Red+Green+Blue) = 241+93+220=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DDC is #0EA223. Grayscale: #979797. Windows color (decimal): -959012 or 14441969. OLE color: 14441969.

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

Color convert

RGB 241 93 220 -
CMYK 0 0.61 0.09 0.05
HSL 308.51º 0.84% 0.65% -
HSV(B) 308.51º 0.61% 0.95% -
XYZ 53.11 31.7 71.03 -
YUV 151.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 241 93 220 0 0.61 0.09 0.05 308.51 0.84 0.65
Hex F1 5D DC 0 3D 9 5 135 54 41
Octal 361 135 334 0 75 11 5 465 124 101
Binary 11110001 1011101 11011100 0 111101 1001 101 100110101 1010100 1000001

Color Harmonies of #F15DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DDC

Black with #F15DDC

Text Example


Text Example

White with #F15DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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