#F03DF5

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

Shades of Free Speech Magenta #F03DF5

Tints of Free Speech Magenta #F03DF5

Color information

#F03DF5 (or 0xF03DF5) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 3D and F5. RGB value is (240,61,245). Sum of RGB (Red+Green+Blue) = 240+61+245=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 61 (24.22% from 255 or 11.17% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #F03DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03DF5 is #0FC20A. Grayscale: #868686. Windows color (decimal): -1032715 or 16072176. OLE color: 16072176.

HSL color Cylindrical-coordinate representation of color #F03DF5: hue angle of 298.37º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03DF5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24061245-
CMYK0.020.7500.04
HSL298.37º90.2%60%-
HSV(B)298.37º75.1%96.08%-
XYZ54.0928.4689.03-
YUV135.5189.8202.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 61 (24.22% from 255) = 11.17%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=43.96%
G=11.17%
B=44.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal240612450.020.7500.04298.3790.260
HexF03DF524B0412a5a3c
Octal3607536521130445213274
Binary111100001111011111010110100101101001001010101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03DF5; }

 p { color: rgb(240,61,245); }

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

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

 a { background-color: rgb(240,61,245); }

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

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

 span { border-color: rgb(240,61,245); }

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