Html Css Color HEX #F407F6 Magenta

📋 copy color: '#F407F6'

red 244 ◦ green 7 ◦ blue 246

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

Shades of Magenta #F407F6

Tints of Magenta #F407F6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 49.09%
G = 1.41%
B = 49.5%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F407F6 (or 0xF407F6) is known color: Magenta. HEX triplet: F4, 07 and F6. RGB value is (244,7,246). Sum of RGB (Red+Green+Blue) = 244+7+246=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #F407F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407F6 is #0BF809. Grayscale: #686868. Windows color (decimal): -784394 or 16123892. OLE color: 16123892.

HSL color Cylindrical-coordinate representation of color #F407F6: hue angle of 299.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407F6 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 7 246 -
CMYK 0.01 0.97 0 0.04
HSL 299.5º 0.94% 0.5% -
HSV(B) 299.5º 0.97% 0.96% -
XYZ 54.02 26.04 89.37 -
YUV 105.11 207.52 227.07 -
System Red Green Blue C M Y K H S L
Decimal 244 7 246 0.01 0.97 0 0.04 299.5 0.94 0.5
Hex F4 7 F6 1 61 0 4 12B 5E 32
Octal 364 7 366 1 141 0 4 453 136 62
Binary 11110100 111 11110110 1 1100001 0 100 100101011 1011110 110010

Color Harmonies of #F407F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F407F6

Black with #F407F6

Text Example


Text Example

White with #F407F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F407F6; }

 p { color: rgb(244,7,246); }

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

background-color css

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

 a { background-color: rgb(244,7,246); }

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

border-color css

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

 span { border-color: rgb(244,7,246); }

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