Html Css Color HEX #F701F3 Magenta

📋 copy color: '#F701F3'

red 247 ◦ green 1 ◦ blue 243

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

Shades of Magenta #F701F3

Tints of Magenta #F701F3

RGB

 RED value IS 247 (96.88% from 255) = 50.31%

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

 BLUE value IS 243 (95.31% from 255) = 49.49%

R = 50.31%
G = 0.2%
B = 49.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F701F3 (or 0xF701F3) is known color: Magenta. HEX triplet: F7, 01 and F3. RGB value is (247,1,243). Sum of RGB (Red+Green+Blue) = 247+1+243=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F701F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701F3 is #08FE0C. Grayscale: #656565. Windows color (decimal): -589325 or 15925751. OLE color: 15925751.

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

Color convert

RGB 247 1 243 -
CMYK 0 1.00 0.02 0.03
HSL 300.98º 0.99% 0.49% -
HSV(B) 300.98º 1% 0.97% -
XYZ 54.55 26.27 86.99 -
YUV 102.14 207.5 231.32 -
System Red Green Blue C M Y K H S L
Decimal 247 1 243 0 1.00 0.02 0.03 300.98 0.99 0.49
Hex F7 1 F3 0 64 2 3 12D 63 31
Octal 367 1 363 0 144 2 3 455 143 61
Binary 11110111 1 11110011 0 1100100 10 11 100101101 1100011 110001

Color Harmonies of #F701F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F701F3

Black with #F701F3

Text Example


Text Example

White with #F701F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F701F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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