#f858da

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

Shades of Free Speech Magenta #F858DA

Tints of Free Speech Magenta #F858DA

Color information

#F858DA (or 0xF858DA) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 58 and DA. RGB value is (248,88,218). Sum of RGB (Red+Green+Blue) = 248+88+218=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 88 (34.77% from 255 or 15.88% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F858DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858DA is #07A725. Grayscale: #969696. Windows color (decimal): -501542 or 14309624. OLE color: 14309624.

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

Color convert

RGB24888218-
CMYK00.650.120.03
HSL311.25º91.95%65.88%-
HSV(B)311.25º64.52%97.25%-
XYZ54.863269.61-
YUV150.66166.01197.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 88 (34.77% from 255) = 15.88%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=44.77%
G=15.88%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488821800.650.120.03311.2591.9565.88
HexF858DA041C31375c42
Octal3701303320101143467134102
Binary111110001011000110110100100000111001110011011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f858da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f858da; }

 p { color: rgb(248,88,218); }

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

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

 a { background-color: rgb(248,88,218); }

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

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

 span { border-color: rgb(248,88,218); }

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