Html Css Color HEX #F728FA Magenta

📋 copy color: '#F728FA'

red 247 ◦ green 40 ◦ blue 250

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

Shades of Magenta #F728FA

Tints of Magenta #F728FA

RGB

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

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

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

R = 46%
G = 7.45%
B = 46.55%

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

#F728FA (or 0xF728FA) is known color: Magenta. HEX triplet: F7, 28 and FA. RGB value is (247,40,250). Sum of RGB (Red+Green+Blue) = 247+40+250=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 40 (16.02% from 255 or 7.45% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #F728FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F728FA is #08D705. Grayscale: #7D7D7D. Windows color (decimal): -579334 or 16394487. OLE color: 16394487.

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

Color convert

RGB 247 40 250 -
CMYK 0.01 0.84 0 0.02
HSL 299.14º 0.95% 0.57% -
HSV(B) 299.14º 0.84% 0.98% -
XYZ 56.37 28.19 92.91 -
YUV 125.83 198.08 214.42 -
System Red Green Blue C M Y K H S L
Decimal 247 40 250 0.01 0.84 0 0.02 299.14 0.95 0.57
Hex F7 28 FA 1 54 0 2 12B 5F 39
Octal 367 50 372 1 124 0 2 453 137 71
Binary 11110111 101000 11111010 1 1010100 0 10 100101011 1011111 111001

Color Harmonies of #F728FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F728FA

Black with #F728FA

Text Example


Text Example

White with #F728FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F728FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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