Html Css Color HEX #F727FB Magenta

📋 copy color: '#F727FB'

red 247 ◦ green 39 ◦ blue 251

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

Shades of Magenta #F727FB

Tints of Magenta #F727FB

RGB

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

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

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

R = 46%
G = 7.26%
B = 46.74%

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

#F727FB (or 0xF727FB) is known color: Magenta. HEX triplet: F7, 27 and FB. RGB value is (247,39,251). Sum of RGB (Red+Green+Blue) = 247+39+251=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 39 (15.62% from 255 or 7.26% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #F727FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F727FB is #08D804. Grayscale: #7C7C7C. Windows color (decimal): -579589 or 16459767. OLE color: 16459767.

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

Color convert

RGB 247 39 251 -
CMYK 0.02 0.84 0 0.02
HSL 298.87º 0.96% 0.57% -
HSV(B) 298.87º 0.84% 0.98% -
XYZ 56.5 28.19 93.73 -
YUV 125.36 198.91 214.76 -
System Red Green Blue C M Y K H S L
Decimal 247 39 251 0.02 0.84 0 0.02 298.87 0.96 0.57
Hex F7 27 FB 2 54 0 2 12B 60 39
Octal 367 47 373 2 124 0 2 453 140 71
Binary 11110111 100111 11111011 10 1010100 0 10 100101011 1100000 111001

Color Harmonies of #F727FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F727FB

Black with #F727FB

Text Example


Text Example

White with #F727FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F727FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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