Html Css Color HEX #F729FB Magenta

📋 copy color: '#F729FB'

red 247 ◦ green 41 ◦ blue 251

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

Shades of Magenta #F729FB

Tints of Magenta #F729FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 45.83%
G = 7.61%
B = 46.57%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F729FB (or 0xF729FB) is known color: Magenta. HEX triplet: F7, 29 and FB. RGB value is (247,41,251). Sum of RGB (Red+Green+Blue) = 247+41+251=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 41 (16.41% from 255 or 7.61% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #F729FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F729FB is #08D604. Grayscale: #7D7D7D. Windows color (decimal): -579077 or 16460279. OLE color: 16460279.

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

Color convert

RGB 247 41 251 -
CMYK 0.02 0.84 0 0.02
HSL 298.86º 0.96% 0.57% -
HSV(B) 298.86º 0.84% 0.98% -
XYZ 56.56 28.33 93.75 -
YUV 126.53 198.25 213.92 -
System Red Green Blue C M Y K H S L
Decimal 247 41 251 0.02 0.84 0 0.02 298.86 0.96 0.57
Hex F7 29 FB 2 54 0 2 12B 60 39
Octal 367 51 373 2 124 0 2 453 140 71
Binary 11110111 101001 11111011 10 1010100 0 10 100101011 1100000 111001

Color Harmonies of #F729FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F729FB

Black with #F729FB

Text Example


Text Example

White with #F729FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F729FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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