Html Css Color HEX #F15BEB Free Speech Magenta

📋 copy color: '#F15BEB'

red 241 ◦ green 91 ◦ blue 235

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

Shades of Free Speech Magenta #F15BEB

Tints of Free Speech Magenta #F15BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.05%

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 42.5%
G = 16.05%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F15BEB (or 0xF15BEB) is known color: Free Speech Magenta. HEX triplet: F1, 5B and EB. RGB value is (241,91,235). Sum of RGB (Red+Green+Blue) = 241+91+235=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 91 (35.94% from 255 or 16.05% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15BEB is #0EA414. Grayscale: #979797. Windows color (decimal): -959509 or 15424497. OLE color: 15424497.

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

Color convert

RGB 241 91 235 -
CMYK 0 0.62 0.02 0.05
HSL 302.4º 0.84% 0.65% -
HSV(B) 302.4º 0.62% 0.95% -
XYZ 55.01 32.18 81.91 -
YUV 152.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 241 91 235 0 0.62 0.02 0.05 302.4 0.84 0.65
Hex F1 5B EB 0 3E 2 5 12E 54 41
Octal 361 133 353 0 76 2 5 456 124 101
Binary 11110001 1011011 11101011 0 111110 10 101 100101110 1010100 1000001

Color Harmonies of #F15BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BEB

Black with #F15BEB

Text Example


Text Example

White with #F15BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BEB; }

 p { color: rgb(241,91,235); }

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

background-color css

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

 a { background-color: rgb(241,91,235); }

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

border-color css

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

 span { border-color: rgb(241,91,235); }

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