Html Css Color HEX #F700F0 Magenta

📋 copy color: '#F700F0'

red 247 ◦ green 0 ◦ blue 240

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

Shades of Magenta #F700F0

Tints of Magenta #F700F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.28%

R = 50.72%
G = 0%
B = 49.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F700F0 (or 0xF700F0) is known color: Magenta. HEX triplet: F7, 00 and F0. RGB value is (247,0,240). Sum of RGB (Red+Green+Blue) = 247+0+240=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F700F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700F0 is #08FF0F. Grayscale: #646464. Windows color (decimal): -589584 or 15728887. OLE color: 15728887.

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

Color convert

RGB 247 0 240 -
CMYK 0 1 0.03 0.03
HSL 301.7º 1% 0.48% -
HSV(B) 301.7º 1% 0.97% -
XYZ 54.09 26.07 84.62 -
YUV 101.21 206.33 231.99 -
System Red Green Blue C M Y K H S L
Decimal 247 0 240 0 1 0.03 0.03 301.7 1 0.48
Hex F7 0 F0 0 64 3 3 12E 64 30
Octal 367 0 360 0 144 3 3 456 144 60
Binary 11110111 0 11110000 0 1100100 11 11 100101110 1100100 110000

Color Harmonies of #F700F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700F0

Black with #F700F0

Text Example


Text Example

White with #F700F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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