Html Css Color HEX #F15DDF Free Speech Magenta

📋 copy color: '#F15DDF'

red 241 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #F15DDF

Tints of Free Speech Magenta #F15DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 43.27%
G = 16.7%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F15DDF (or 0xF15DDF) is known color: Free Speech Magenta. HEX triplet: F1, 5D and DF. RGB value is (241,93,223). Sum of RGB (Red+Green+Blue) = 241+93+223=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 93 (36.72% from 255 or 16.70% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DDF is #0EA220. Grayscale: #979797. Windows color (decimal): -959009 or 14638577. OLE color: 14638577.

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

Color convert

RGB 241 93 223 -
CMYK 0 0.61 0.07 0.05
HSL 307.3º 0.84% 0.65% -
HSV(B) 307.3º 0.61% 0.95% -
XYZ 53.51 31.86 73.14 -
YUV 152.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 241 93 223 0 0.61 0.07 0.05 307.3 0.84 0.65
Hex F1 5D DF 0 3D 7 5 133 54 41
Octal 361 135 337 0 75 7 5 463 124 101
Binary 11110001 1011101 11011111 0 111101 111 101 100110011 1010100 1000001

Color Harmonies of #F15DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DDF

Black with #F15DDF

Text Example


Text Example

White with #F15DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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