Html Css Color HEX #F300FC Magenta

📋 copy color: '#F300FC'

red 243 ◦ green 0 ◦ blue 252

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

Shades of Magenta #F300FC

Tints of Magenta #F300FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 49.09%
G = 0%
B = 50.91%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F300FC (or 0xF300FC) is known color: Magenta. HEX triplet: F3, 00 and FC. RGB value is (243,0,252). Sum of RGB (Red+Green+Blue) = 243+0+252=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 0 (0.39% from 255 or 0% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #F300FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300FC is #0CFF03. Grayscale: #646464. Windows color (decimal): -851716 or 16515315. OLE color: 16515315.

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

Color convert

RGB 243 0 252 -
CMYK 0.04 1 0 0.01
HSL 297.86º 1% 0.49% -
HSV(B) 297.86º 1% 0.99% -
XYZ 54.53 26.08 94.26 -
YUV 101.39 213.01 229.01 -
System Red Green Blue C M Y K H S L
Decimal 243 0 252 0.04 1 0 0.01 297.86 1 0.49
Hex F3 0 FC 4 64 0 1 12A 64 31
Octal 363 0 374 4 144 0 1 452 144 61
Binary 11110011 0 11111100 100 1100100 0 1 100101010 1100100 110001

Color Harmonies of #F300FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300FC

Black with #F300FC

Text Example


Text Example

White with #F300FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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