Html Css Color HEX #F700FA Magenta

📋 copy color: '#F700FA'

red 247 ◦ green 0 ◦ blue 250

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

Shades of Magenta #F700FA

Tints of Magenta #F700FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 49.7%
G = 0%
B = 50.3%

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

#F700FA (or 0xF700FA) is known color: Magenta. HEX triplet: F7, 00 and FA. RGB value is (247,0,250). Sum of RGB (Red+Green+Blue) = 247+0+250=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 0 (0.39% from 255 or 0% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #F700FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700FA is #08FF05. Grayscale: #656565. Windows color (decimal): -589574 or 16384247. OLE color: 16384247.

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

Color convert

RGB 247 0 250 -
CMYK 0.01 1 0 0.02
HSL 299.28º 1% 0.49% -
HSV(B) 299.28º 1% 0.98% -
XYZ 55.61 26.68 92.66 -
YUV 102.35 211.33 231.17 -
System Red Green Blue C M Y K H S L
Decimal 247 0 250 0.01 1 0 0.02 299.28 1 0.49
Hex F7 0 FA 1 64 0 2 12B 64 31
Octal 367 0 372 1 144 0 2 453 144 61
Binary 11110111 0 11111010 1 1100100 0 10 100101011 1100100 110001

Color Harmonies of #F700FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700FA

Black with #F700FA

Text Example


Text Example

White with #F700FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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