#F85CDB

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

Shades of Free Speech Magenta #F85CDB

Tints of Free Speech Magenta #F85CDB

Color information

#F85CDB (or 0xF85CDB) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 5C and DB. RGB value is (248,92,219). Sum of RGB (Red+Green+Blue) = 248+92+219=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 92 (36.33% from 255 or 16.46% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CDB is #07A324. Grayscale: #989898. Windows color (decimal): -500517 or 14376184. OLE color: 14376184.

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

Color convert

RGB24892219-
CMYK00.630.120.03
HSL311.15º91.76%66.67%-
HSV(B)311.15º62.9%97.25%-
XYZ55.3232.7370.42-
YUV153.12165.18195.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.36%
GREEN value IS 92 (36.33% from 255) = 16.46%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=44.36%
G=16.46%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489221900.630.120.03311.1591.7666.67
HexF85CDB03FC31375c43
Octal370134333077143467134103
Binary11111000101110011011011011111111001110011011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85CDB; }

 p { color: rgb(248,92,219); }

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

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

 a { background-color: rgb(248,92,219); }

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

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

 span { border-color: rgb(248,92,219); }

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