#F300F4

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

Shades of Magenta #F300F4

Tints of Magenta #F300F4

Color information

#F300F4 (or 0xF300F4) is unknown color: approx Magenta. HEX triplet: F3, 00 and F4. RGB value is (243,0,244). Sum of RGB (Red+Green+Blue) = 243+0+244=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #F300F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300F4 is #0CFF0B. Grayscale: #636363. Windows color (decimal): -851724 or 15991027. OLE color: 15991027.

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

Color convert

RGB2430244-
CMYK0.00100.04
HSL299.75º100%47.84%-
HSV(B)299.75º100%95.69%-
XYZ53.2925.5987.72-
YUV100.47209.01229.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 244 (95.70% from 255) = 50.10%
R=49.90%
G=0%
B=50.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24302440.00100.04299.7510047.84
HexF30F40640412c6430
Octal363036401440445414460
Binary111100110111101000110010001001001011001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F300F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F300F4; }

 p { color: rgb(243,0,244); }

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

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

 a { background-color: rgb(243,0,244); }

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

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

 span { border-color: rgb(243,0,244); }

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