#F85CDD

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

Shades of Free Speech Magenta #F85CDD

Tints of Free Speech Magenta #F85CDD

Color information

#F85CDD (or 0xF85CDD) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 5C and DD. RGB value is (248,92,221). Sum of RGB (Red+Green+Blue) = 248+92+221=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CDD is #07A322. Grayscale: #989898. Windows color (decimal): -500515 or 14507256. OLE color: 14507256.

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

Color convert

RGB24892221-
CMYK00.630.110.03
HSL310.38º91.76%66.67%-
HSV(B)310.38º62.9%97.25%-
XYZ55.5932.8371.81-
YUV153.35166.18195.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 92 (36.33% from 255) = 16.40%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=44.21%
G=16.40%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489222100.630.110.03310.3891.7666.67
HexF85CDD03FB31365c43
Octal370134335077133466134103
Binary11111000101110011011101011111110111110011011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85CDD; }

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

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

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

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

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

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

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

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