Html Css Color HEX #F300E6 Magenta

📋 copy color: '#F300E6'

red 243 ◦ green 0 ◦ blue 230

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

Shades of Magenta #F300E6

Tints of Magenta #F300E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.63%

R = 51.37%
G = 0%
B = 48.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F300E6 (or 0xF300E6) is known color: Magenta. HEX triplet: F3, 00 and E6. RGB value is (243,0,230). Sum of RGB (Red+Green+Blue) = 243+0+230=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F300E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300E6 is #0CFF19. Grayscale: #626262. Windows color (decimal): -851738 or 15073523. OLE color: 15073523.

HSL color Cylindrical-coordinate representation of color #F300E6: hue angle of 303.21º 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 #F300E6 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 0 230 -
CMYK 0 1 0.05 0.05
HSL 303.21º 1% 0.48% -
HSV(B) 303.21º 1% 0.95% -
XYZ 51.25 24.77 76.94 -
YUV 98.88 202.01 230.8 -
System Red Green Blue C M Y K H S L
Decimal 243 0 230 0 1 0.05 0.05 303.21 1 0.48
Hex F3 0 E6 0 64 5 5 12F 64 30
Octal 363 0 346 0 144 5 5 457 144 60
Binary 11110011 0 11100110 0 1100100 101 101 100101111 1100100 110000

Color Harmonies of #F300E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300E6

Black with #F300E6

Text Example


Text Example

White with #F300E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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