Html Css Color HEX #F732FD Magenta

📋 copy color: '#F732FD'

red 247 ◦ green 50 ◦ blue 253

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

Shades of Magenta #F732FD

Tints of Magenta #F732FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.09%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 44.91%
G = 9.09%
B = 46%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F732FD (or 0xF732FD) is known color: Magenta. HEX triplet: F7, 32 and FD. RGB value is (247,50,253). Sum of RGB (Red+Green+Blue) = 247+50+253=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 50 (19.92% from 255 or 9.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #F732FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F732FD is #08CD02. Grayscale: #838383. Windows color (decimal): -576771 or 16593655. OLE color: 16593655.

HSL color Cylindrical-coordinate representation of color #F732FD: hue angle of 298.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732FD is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 50 253 -
CMYK 0.02 0.80 0 0.01
HSL 298.23º 0.98% 0.59% -
HSV(B) 298.23º 0.8% 0.99% -
XYZ 57.23 29.15 95.54 -
YUV 132.05 196.27 209.99 -
System Red Green Blue C M Y K H S L
Decimal 247 50 253 0.02 0.80 0 0.01 298.23 0.98 0.59
Hex F7 32 FD 2 50 0 1 12A 62 3B
Octal 367 62 375 2 120 0 1 452 142 73
Binary 11110111 110010 11111101 10 1010000 0 1 100101010 1100010 111011

Color Harmonies of #F732FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F732FD

Black with #F732FD

Text Example


Text Example

White with #F732FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F732FD; }

 p { color: rgb(247,50,253); }

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

background-color css

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

 a { background-color: rgb(247,50,253); }

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

border-color css

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

 span { border-color: rgb(247,50,253); }

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