Html Css Color HEX #F728F9 Magenta

📋 copy color: '#F728F9'

red 247 ◦ green 40 ◦ blue 249

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

Shades of Magenta #F728F9

Tints of Magenta #F728F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.46%

 BLUE value IS 249 (97.66% from 255) = 46.46%

R = 46.08%
G = 7.46%
B = 46.46%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F728F9 (or 0xF728F9) is known color: Magenta. HEX triplet: F7, 28 and F9. RGB value is (247,40,249). Sum of RGB (Red+Green+Blue) = 247+40+249=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 40 (16.02% from 255 or 7.46% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #F728F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F728F9 is #08D706. Grayscale: #7D7D7D. Windows color (decimal): -579335 or 16328951. OLE color: 16328951.

HSL color Cylindrical-coordinate representation of color #F728F9: hue angle of 299.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F728F9 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 40 249 -
CMYK 0.01 0.84 0 0.02
HSL 299.43º 0.95% 0.57% -
HSV(B) 299.43º 0.84% 0.98% -
XYZ 56.22 28.13 92.09 -
YUV 125.72 197.58 214.51 -
System Red Green Blue C M Y K H S L
Decimal 247 40 249 0.01 0.84 0 0.02 299.43 0.95 0.57
Hex F7 28 F9 1 54 0 2 12B 5F 39
Octal 367 50 371 1 124 0 2 453 137 71
Binary 11110111 101000 11111001 1 1010100 0 10 100101011 1011111 111001

Color Harmonies of #F728F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F728F9

Black with #F728F9

Text Example


Text Example

White with #F728F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F728F9; }

 p { color: rgb(247,40,249); }

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

background-color css

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

 a { background-color: rgb(247,40,249); }

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

border-color css

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

 span { border-color: rgb(247,40,249); }

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