Html Css Color HEX #F301F1 Magenta

📋 copy color: '#F301F1'

red 243 ◦ green 1 ◦ blue 241

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

Shades of Magenta #F301F1

Tints of Magenta #F301F1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 241 (94.53% from 255) = 49.69%

R = 50.1%
G = 0.21%
B = 49.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F301F1 (or 0xF301F1) is known color: Magenta. HEX triplet: F3, 01 and F1. RGB value is (243,1,241). Sum of RGB (Red+Green+Blue) = 243+1+241=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F301F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301F1 is #0CFE0E. Grayscale: #646464. Windows color (decimal): -851471 or 15794675. OLE color: 15794675.

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

Color convert

RGB 243 1 241 -
CMYK 0 1.00 0.01 0.05
HSL 300.5º 0.99% 0.48% -
HSV(B) 300.5º 1% 0.95% -
XYZ 52.85 25.43 85.34 -
YUV 100.72 207.17 229.49 -
System Red Green Blue C M Y K H S L
Decimal 243 1 241 0 1.00 0.01 0.05 300.5 0.99 0.48
Hex F3 1 F1 0 64 1 5 12C 63 30
Octal 363 1 361 0 144 1 5 454 143 60
Binary 11110011 1 11110001 0 1100100 1 101 100101100 1100011 110000

Color Harmonies of #F301F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F301F1

Black with #F301F1

Text Example


Text Example

White with #F301F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F301F1; }

 p { color: rgb(243,1,241); }

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

background-color css

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

 a { background-color: rgb(243,1,241); }

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

border-color css

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

 span { border-color: rgb(243,1,241); }

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