#F205F3

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

Shades of Magenta #F205F3

Tints of Magenta #F205F3

Color information

#F205F3 (or 0xF205F3) is unknown color: approx Magenta. HEX triplet: F2, 05 and F3. RGB value is (242,5,243). Sum of RGB (Red+Green+Blue) = 242+5+243=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #F205F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205F3 is #0DFA0C. Grayscale: #666666. Windows color (decimal): -915981 or 15926770. OLE color: 15926770.

HSL color Cylindrical-coordinate representation of color #F205F3: hue angle of 299.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205F3 is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2425243-
CMYK0.000.9800.05
HSL299.75º95.97%48.63%-
HSV(B)299.75º97.94%95.29%-
XYZ52.8525.4686.92-
YUV103207.02227.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.39%
GREEN value IS 5 (2.34% from 255) = 1.02%
BLUE value IS 243 (95.31% from 255) = 49.59%
R=49.39%
G=1.02%
B=49.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24252430.000.9800.05299.7595.9748.63
HexF25F30620512c6031
Octal362536301420545414061
Binary11110010101111100110110001001011001011001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F205F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F205F3; }

 p { color: rgb(242,5,243); }

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

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

 a { background-color: rgb(242,5,243); }

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

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

 span { border-color: rgb(242,5,243); }

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