Html Css Color HEX #F700F9 Magenta

📋 copy color: '#F700F9'

red 247 ◦ green 0 ◦ blue 249

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

Shades of Magenta #F700F9

Tints of Magenta #F700F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.2%

R = 49.8%
G = 0%
B = 50.2%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F700F9 (or 0xF700F9) is known color: Magenta. HEX triplet: F7, 00 and F9. RGB value is (247,0,249). Sum of RGB (Red+Green+Blue) = 247+0+249=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #F700F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700F9 is #08FF06. Grayscale: #656565. Windows color (decimal): -589575 or 16318711. OLE color: 16318711.

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

Color convert

RGB 247 0 249 -
CMYK 0.01 1 0 0.02
HSL 299.52º 1% 0.49% -
HSV(B) 299.52º 1% 0.98% -
XYZ 55.46 26.61 91.84 -
YUV 102.24 210.83 231.25 -
System Red Green Blue C M Y K H S L
Decimal 247 0 249 0.01 1 0 0.02 299.52 1 0.49
Hex F7 0 F9 1 64 0 2 12C 64 31
Octal 367 0 371 1 144 0 2 454 144 61
Binary 11110111 0 11111001 1 1100100 0 10 100101100 1100100 110001

Color Harmonies of #F700F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700F9

Black with #F700F9

Text Example


Text Example

White with #F700F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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