Html Css Color HEX #F15AD6 Free Speech Magenta

📋 copy color: '#F15AD6'

red 241 ◦ green 90 ◦ blue 214

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

Shades of Free Speech Magenta #F15AD6

Tints of Free Speech Magenta #F15AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 44.22%
G = 16.51%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F15AD6 (or 0xF15AD6) is known color: Free Speech Magenta. HEX triplet: F1, 5A and D6. RGB value is (241,90,214). Sum of RGB (Red+Green+Blue) = 241+90+214=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AD6 is #0EA529. Grayscale: #949494. Windows color (decimal): -959786 or 14047985. OLE color: 14047985.

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

Color convert

RGB 241 90 214 -
CMYK 0 0.63 0.11 0.05
HSL 310.73º 0.84% 0.65% -
HSV(B) 310.73º 0.63% 0.95% -
XYZ 52.07 30.87 66.83 -
YUV 149.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 241 90 214 0 0.63 0.11 0.05 310.73 0.84 0.65
Hex F1 5A D6 0 3F B 5 137 54 41
Octal 361 132 326 0 77 13 5 467 124 101
Binary 11110001 1011010 11010110 0 111111 1011 101 100110111 1010100 1000001

Color Harmonies of #F15AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AD6

Black with #F15AD6

Text Example


Text Example

White with #F15AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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