Html Css Color HEX #F72FFA Magenta

📋 copy color: '#F72FFA'

red 247 ◦ green 47 ◦ blue 250

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

Shades of Magenta #F72FFA

Tints of Magenta #F72FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.64%

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

R = 45.4%
G = 8.64%
B = 45.96%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F72FFA (or 0xF72FFA) is known color: Magenta. HEX triplet: F7, 2F and FA. RGB value is (247,47,250). Sum of RGB (Red+Green+Blue) = 247+47+250=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 47 (18.75% from 255 or 8.64% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #F72FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72FFA is #08D005. Grayscale: #818181. Windows color (decimal): -577542 or 16396279. OLE color: 16396279.

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

Color convert

RGB 247 47 250 -
CMYK 0.01 0.81 0 0.02
HSL 299.11º 0.95% 0.58% -
HSV(B) 299.11º 0.81% 0.98% -
XYZ 56.63 28.71 93 -
YUV 129.94 195.76 211.49 -
System Red Green Blue C M Y K H S L
Decimal 247 47 250 0.01 0.81 0 0.02 299.11 0.95 0.58
Hex F7 2F FA 1 51 0 2 12B 5F 3A
Octal 367 57 372 1 121 0 2 453 137 72
Binary 11110111 101111 11111010 1 1010001 0 10 100101011 1011111 111010

Color Harmonies of #F72FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72FFA

Black with #F72FFA

Text Example


Text Example

White with #F72FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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