#F05FCB

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

Shades of Free Speech Magenta #F05FCB

Tints of Free Speech Magenta #F05FCB

Color information

#F05FCB (or 0xF05FCB) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5F and CB. RGB value is (240,95,203). Sum of RGB (Red+Green+Blue) = 240+95+203=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FCB is #0FA034. Grayscale: #969696. Windows color (decimal): -1024053 or 13328368. OLE color: 13328368.

HSL color Cylindrical-coordinate representation of color #F05FCB: hue angle of 315.31º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FCB is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB24095203-
CMYK00.600.150.06
HSL315.31º82.86%65.69%-
HSV(B)315.31º60.42%94.12%-
XYZ50.8131.0259.81-
YUV150.67157.54191.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 95 (37.5% from 255) = 17.66%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=44.61%
G=17.66%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409520300.600.150.06315.3182.8665.69
HexF05FCB03CF613b5342
Octal360137313074176473123102
Binary111100001011111110010110111100111111010011101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FCB; }

 p { color: rgb(240,95,203); }

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

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

 a { background-color: rgb(240,95,203); }

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

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

 span { border-color: rgb(240,95,203); }

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