Html Css Color HEX #F15AED Free Speech Magenta

📋 copy color: '#F15AED'

red 241 ◦ green 90 ◦ blue 237

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

Shades of Free Speech Magenta #F15AED

Tints of Free Speech Magenta #F15AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 42.43%
G = 15.85%
B = 41.73%

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

#F15AED (or 0xF15AED) is known color: Free Speech Magenta. HEX triplet: F1, 5A and ED. RGB value is (241,90,237). Sum of RGB (Red+Green+Blue) = 241+90+237=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 90 (35.55% from 255 or 15.85% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AED is #0EA512. Grayscale: #979797. Windows color (decimal): -959763 or 15555313. OLE color: 15555313.

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

Color convert

RGB 241 90 237 -
CMYK 0 0.63 0.02 0.05
HSL 301.59º 0.84% 0.65% -
HSV(B) 301.59º 0.63% 0.95% -
XYZ 55.22 32.13 83.41 -
YUV 151.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 241 90 237 0 0.63 0.02 0.05 301.59 0.84 0.65
Hex F1 5A ED 0 3F 2 5 12E 54 41
Octal 361 132 355 0 77 2 5 456 124 101
Binary 11110001 1011010 11101101 0 111111 10 101 100101110 1010100 1000001

Color Harmonies of #F15AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AED

Black with #F15AED

Text Example


Text Example

White with #F15AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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