Html Css Color HEX #F407FA Magenta

📋 copy color: '#F407FA'

red 244 ◦ green 7 ◦ blue 250

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

Shades of Magenta #F407FA

Tints of Magenta #F407FA

RGB

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

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

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

R = 48.7%
G = 1.4%
B = 49.9%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F407FA (or 0xF407FA) is known color: Magenta. HEX triplet: F4, 07 and FA. RGB value is (244,7,250). Sum of RGB (Red+Green+Blue) = 244+7+250=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 7 (3.12% from 255 or 1.40% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #F407FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407FA is #0BF805. Grayscale: #686868. Windows color (decimal): -784390 or 16386036. OLE color: 16386036.

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

Color convert

RGB 244 7 250 -
CMYK 0.02 0.97 0 0.02
HSL 298.52º 0.96% 0.5% -
HSV(B) 298.52º 0.97% 0.98% -
XYZ 54.64 26.29 92.64 -
YUV 105.57 209.52 226.74 -
System Red Green Blue C M Y K H S L
Decimal 244 7 250 0.02 0.97 0 0.02 298.52 0.96 0.5
Hex F4 7 FA 2 61 0 2 12B 60 32
Octal 364 7 372 2 141 0 2 453 140 62
Binary 11110100 111 11111010 10 1100001 0 10 100101011 1100000 110010

Color Harmonies of #F407FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F407FA

Black with #F407FA

Text Example


Text Example

White with #F407FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F407FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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