#F75BE0

Color #F75BE0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F75BE0

Tints of Free Speech Magenta #F75BE0

Color information

#F75BE0 (or 0xF75BE0) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 5B and E0. RGB value is (247,91,224). Sum of RGB (Red+Green+Blue) = 247+91+224=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 91 (35.94% from 255 or 16.19% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75BE0 is #08A41F. Grayscale: #989898. Windows color (decimal): -566304 or 14703607. OLE color: 14703607.

HSL color Cylindrical-coordinate representation of color #F75BE0: hue angle of 308.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75BE0 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB24791224-
CMYK00.630.090.03
HSL308.85º90.7%66.27%-
HSV(B)308.85º63.16%96.86%-
XYZ55.5532.6473.89-
YUV152.81168.18195.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 91 (35.94% from 255) = 16.19%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=43.95%
G=16.19%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479122400.630.090.03308.8590.766.27
HexF75BE003F931355b42
Octal367133340077113465133102
Binary11110111101101111100000011111110011110011010110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75BE0; }

 p { color: rgb(247,91,224); }

 H1.HeaderClassName
 {
   color: #F75BE0;
 }
 .AnyTagClassName
 {
   color: #F75BE0;
 }
</style>
background-color css

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

 a { background-color: rgb(247,91,224); }

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

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

 span { border-color: rgb(247,91,224); }

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