Html Css Color HEX #F727FF Magenta

📋 copy color: '#F727FF'

red 247 ◦ green 39 ◦ blue 255

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

Shades of Magenta #F727FF

Tints of Magenta #F727FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.21%

 BLUE value IS 255 (100% from 255) = 47.13%

R = 45.66%
G = 7.21%
B = 47.13%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F727FF (or 0xF727FF) is known color: Magenta. HEX triplet: F7, 27 and FF. RGB value is (247,39,255). Sum of RGB (Red+Green+Blue) = 247+39+255=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 39 (15.62% from 255 or 7.21% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #F727FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F727FF is #08D800. Grayscale: #7D7D7D. Windows color (decimal): -579585 or 16721911. OLE color: 16721911.

HSL color Cylindrical-coordinate representation of color #F727FF: hue angle of 297.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F727FF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 39 255 -
CMYK 0.03 0.85 0 0
HSL 297.78º 1% 0.58% -
HSV(B) 297.78º 0.85% 1% -
XYZ 57.13 28.45 97.09 -
YUV 125.82 200.91 214.44 -
System Red Green Blue C M Y K H S L
Decimal 247 39 255 0.03 0.85 0 0 297.78 1 0.58
Hex F7 27 FF 3 55 0 0 12A 64 3A
Octal 367 47 377 3 125 0 0 452 144 72
Binary 11110111 100111 11111111 11 1010101 0 0 100101010 1100100 111010

Color Harmonies of #F727FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F727FF

Black with #F727FF

Text Example


Text Example

White with #F727FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F727FF; }

 p { color: rgb(247,39,255); }

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

background-color css

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

 a { background-color: rgb(247,39,255); }

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

border-color css

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

 span { border-color: rgb(247,39,255); }

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