Html Css Color HEX #F914FB Magenta

📋 copy color: '#F914FB'

red 249 ◦ green 20 ◦ blue 251

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

Shades of Magenta #F914FB

Tints of Magenta #F914FB

RGB

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

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

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

R = 47.88%
G = 3.85%
B = 48.27%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F914FB (or 0xF914FB) is known color: Magenta. HEX triplet: F9, 14 and FB. RGB value is (249,20,251). Sum of RGB (Red+Green+Blue) = 249+20+251=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 20 (8.20% from 255 or 3.85% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #F914FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914FB is #06EB04. Grayscale: #727272. Windows color (decimal): -453381 or 16454905. OLE color: 16454905.

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

Color convert

RGB 249 20 251 -
CMYK 0.01 0.92 0 0.02
HSL 299.48º 0.97% 0.53% -
HSV(B) 299.48º 0.92% 0.98% -
XYZ 56.73 27.61 93.61 -
YUV 114.81 204.87 223.72 -
System Red Green Blue C M Y K H S L
Decimal 249 20 251 0.01 0.92 0 0.02 299.48 0.97 0.53
Hex F9 14 FB 1 5C 0 2 12B 61 35
Octal 371 24 373 1 134 0 2 453 141 65
Binary 11111001 10100 11111011 1 1011100 0 10 100101011 1100001 110101

Color Harmonies of #F914FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914FB

Black with #F914FB

Text Example


Text Example

White with #F914FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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