Html Css Color HEX #F400F7 Magenta

📋 copy color: '#F400F7'

red 244 ◦ green 0 ◦ blue 247

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

Shades of Magenta #F400F7

Tints of Magenta #F400F7

RGB

 RED value IS 244 (95.7% from 255) = 49.69%

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

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

R = 49.69%
G = 0%
B = 50.31%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F400F7 (or 0xF400F7) is known color: Magenta. HEX triplet: F4, 00 and F7. RGB value is (244,0,247). Sum of RGB (Red+Green+Blue) = 244+0+247=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 0 (0.39% from 255 or 0% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #F400F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400F7 is #0BFF08. Grayscale: #646464. Windows color (decimal): -786185 or 16187636. OLE color: 16187636.

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

Color convert

RGB 244 0 247 -
CMYK 0.01 1 0 0.03
HSL 299.27º 1% 0.48% -
HSV(B) 299.27º 1% 0.97% -
XYZ 54.1 25.95 90.15 -
YUV 101.11 210.34 229.92 -
System Red Green Blue C M Y K H S L
Decimal 244 0 247 0.01 1 0 0.03 299.27 1 0.48
Hex F4 0 F7 1 64 0 3 12B 64 30
Octal 364 0 367 1 144 0 3 453 144 60
Binary 11110100 0 11110111 1 1100100 0 11 100101011 1100100 110000

Color Harmonies of #F400F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F400F7

Black with #F400F7

Text Example


Text Example

White with #F400F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F400F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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