Html Css Color HEX #F729FA Magenta

📋 copy color: '#F729FA'

red 247 ◦ green 41 ◦ blue 250

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

Shades of Magenta #F729FA

Tints of Magenta #F729FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.62%

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

R = 45.91%
G = 7.62%
B = 46.47%

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

#F729FA (or 0xF729FA) is known color: Magenta. HEX triplet: F7, 29 and FA. RGB value is (247,41,250). Sum of RGB (Red+Green+Blue) = 247+41+250=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 41 (16.41% from 255 or 7.62% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #F729FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F729FA is #08D605. Grayscale: #7D7D7D. Windows color (decimal): -579078 or 16394743. OLE color: 16394743.

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

Color convert

RGB 247 41 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.41 28.26 92.92 -
YUV 126.42 197.75 214.01 -
System Red Green Blue C M Y K H S L
Decimal 247 41 250 0.01 0.84 0 0.02 299.14 0.95 0.57
Hex F7 29 FA 1 54 0 2 12B 5F 39
Octal 367 51 372 1 124 0 2 453 137 71
Binary 11110111 101001 11111010 1 1010100 0 10 100101011 1011111 111001

Color Harmonies of #F729FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F729FA

Black with #F729FA

Text Example


Text Example

White with #F729FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F729FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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