Html Css Color HEX #F914FC Magenta

📋 copy color: '#F914FC'

red 249 ◦ green 20 ◦ blue 252

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

Shades of Magenta #F914FC

Tints of Magenta #F914FC

RGB

 RED value IS 249 (97.66% from 255) = 47.79%

 GREEN value IS 20 (8.2% from 255) = 3.84%

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 47.79%
G = 3.84%
B = 48.37%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F914FC (or 0xF914FC) is known color: Magenta. HEX triplet: F9, 14 and FC. RGB value is (249,20,252). Sum of RGB (Red+Green+Blue) = 249+20+252=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 20 (8.20% from 255 or 3.84% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #F914FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914FC is #06EB03. Grayscale: #727272. Windows color (decimal): -453380 or 16520441. OLE color: 16520441.

HSL color Cylindrical-coordinate representation of color #F914FC: hue angle of 299.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914FC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 20 252 -
CMYK 0.01 0.92 0 0.01
HSL 299.22º 0.97% 0.53% -
HSV(B) 299.22º 0.92% 0.99% -
XYZ 56.89 27.67 94.44 -
YUV 114.92 205.37 223.64 -
System Red Green Blue C M Y K H S L
Decimal 249 20 252 0.01 0.92 0 0.01 299.22 0.97 0.53
Hex F9 14 FC 1 5C 0 1 12B 61 35
Octal 371 24 374 1 134 0 1 453 141 65
Binary 11111001 10100 11111100 1 1011100 0 1 100101011 1100001 110101

Color Harmonies of #F914FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914FC

Black with #F914FC

Text Example


Text Example

White with #F914FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914FC; }

 p { color: rgb(249,20,252); }

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

background-color css

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

 a { background-color: rgb(249,20,252); }

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

border-color css

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

 span { border-color: rgb(249,20,252); }

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