Html Css Color HEX #F300F7 Magenta

📋 copy color: '#F300F7'

red 243 ◦ green 0 ◦ blue 247

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

Shades of Magenta #F300F7

Tints of Magenta #F300F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.41%

R = 49.59%
G = 0%
B = 50.41%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F300F7 (or 0xF300F7) is known color: Magenta. HEX triplet: F3, 00 and F7. RGB value is (243,0,247). Sum of RGB (Red+Green+Blue) = 243+0+247=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #F300F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F300F7 is #0CFF08. Grayscale: #646464. Windows color (decimal): -851721 or 16187635. OLE color: 16187635.

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

Color convert

RGB 243 0 247 -
CMYK 0.02 1 0 0.03
HSL 299.03º 1% 0.48% -
HSV(B) 299.03º 1% 0.97% -
XYZ 53.75 25.77 90.14 -
YUV 100.82 210.51 229.42 -
System Red Green Blue C M Y K H S L
Decimal 243 0 247 0.02 1 0 0.03 299.03 1 0.48
Hex F3 0 F7 2 64 0 3 12B 64 30
Octal 363 0 367 2 144 0 3 453 144 60
Binary 11110011 0 11110111 10 1100100 0 11 100101011 1100100 110000

Color Harmonies of #F300F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F300F7

Black with #F300F7

Text Example


Text Example

White with #F300F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F300F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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