Html Css Color HEX #F300F0 Magenta

📋 copy color: '#F300F0'

red 243 ◦ green 0 ◦ blue 240

#F300F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F300F0

Tints of Magenta #F300F0

RGB

 RED value IS 243 (95.31% from 255) = 50.31%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 240 (94.14% from 255) = 49.69%

R = 50.31%
G = 0%
B = 49.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F300F0 (or 0xF300F0) is known color: Magenta. HEX triplet: F3, 00 and F0. RGB value is (243,0,240). Sum of RGB (Red+Green+Blue) = 243+0+240=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 0 (0.39% from 255 or 0% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F300F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300F0 is #0CFF0F. Grayscale: #636363. Windows color (decimal): -851728 or 15728883. OLE color: 15728883.

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

Color convert

RGB 243 0 240 -
CMYK 0 1 0.01 0.05
HSL 300.74º 1% 0.48% -
HSV(B) 300.74º 1% 0.95% -
XYZ 52.69 25.35 84.55 -
YUV 100.02 207.01 229.99 -
System Red Green Blue C M Y K H S L
Decimal 243 0 240 0 1 0.01 0.05 300.74 1 0.48
Hex F3 0 F0 0 64 1 5 12D 64 30
Octal 363 0 360 0 144 1 5 455 144 60
Binary 11110011 0 11110000 0 1100100 1 101 100101101 1100100 110000

Color Harmonies of #F300F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300F0

Black with #F300F0

Text Example


Text Example

White with #F300F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300F0; }

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

 H1.HeaderClassName
 {
   color: #F300F0;
 }
 .AnyTagClassName
 {
   color: #F300F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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