Html Css Color HEX #F15AEC Free Speech Magenta

📋 copy color: '#F15AEC'

red 241 ◦ green 90 ◦ blue 236

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

Shades of Free Speech Magenta #F15AEC

Tints of Free Speech Magenta #F15AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 42.5%
G = 15.87%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F15AEC (or 0xF15AEC) is known color: Free Speech Magenta. HEX triplet: F1, 5A and EC. RGB value is (241,90,236). Sum of RGB (Red+Green+Blue) = 241+90+236=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AEC is #0EA513. Grayscale: #979797. Windows color (decimal): -959764 or 15489777. OLE color: 15489777.

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

Color convert

RGB 241 90 236 -
CMYK 0 0.63 0.02 0.05
HSL 301.99º 0.84% 0.65% -
HSV(B) 301.99º 0.63% 0.95% -
XYZ 55.07 32.07 82.64 -
YUV 151.79 175.53 191.63 -
System Red Green Blue C M Y K H S L
Decimal 241 90 236 0 0.63 0.02 0.05 301.99 0.84 0.65
Hex F1 5A EC 0 3F 2 5 12E 54 41
Octal 361 132 354 0 77 2 5 456 124 101
Binary 11110001 1011010 11101100 0 111111 10 101 100101110 1010100 1000001

Color Harmonies of #F15AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AEC

Black with #F15AEC

Text Example


Text Example

White with #F15AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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