Html Css Color HEX #F15AD1 Free Speech Magenta

📋 copy color: '#F15AD1'

red 241 ◦ green 90 ◦ blue 209

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

Shades of Free Speech Magenta #F15AD1

Tints of Free Speech Magenta #F15AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.67%

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 44.63%
G = 16.67%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F15AD1 (or 0xF15AD1) is known color: Free Speech Magenta. HEX triplet: F1, 5A and D1. RGB value is (241,90,209). Sum of RGB (Red+Green+Blue) = 241+90+209=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AD1 is #0EA52E. Grayscale: #949494. Windows color (decimal): -959791 or 13720305. OLE color: 13720305.

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

Color convert

RGB 241 90 209 -
CMYK 0 0.63 0.13 0.05
HSL 312.72º 0.84% 0.65% -
HSV(B) 312.72º 0.63% 0.95% -
XYZ 51.44 30.62 63.52 -
YUV 148.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 241 90 209 0 0.63 0.13 0.05 312.72 0.84 0.65
Hex F1 5A D1 0 3F D 5 139 54 41
Octal 361 132 321 0 77 15 5 471 124 101
Binary 11110001 1011010 11010001 0 111111 1101 101 100111001 1010100 1000001

Color Harmonies of #F15AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AD1

Black with #F15AD1

Text Example


Text Example

White with #F15AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AD1; }

 p { color: rgb(241,90,209); }

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

background-color css

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

 a { background-color: rgb(241,90,209); }

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

border-color css

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

 span { border-color: rgb(241,90,209); }

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