Html Css Color HEX #F919FB Magenta

📋 copy color: '#F919FB'

red 249 ◦ green 25 ◦ blue 251

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

Shades of Magenta #F919FB

Tints of Magenta #F919FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.76%

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

R = 47.43%
G = 4.76%
B = 47.81%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F919FB (or 0xF919FB) is known color: Magenta. HEX triplet: F9, 19 and FB. RGB value is (249,25,251). Sum of RGB (Red+Green+Blue) = 249+25+251=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 25 (10.16% from 255 or 4.76% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #F919FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F919FB is #06E604. Grayscale: #757575. Windows color (decimal): -452101 or 16456185. OLE color: 16456185.

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

Color convert

RGB 249 25 251 -
CMYK 0.01 0.90 0 0.02
HSL 299.47º 0.97% 0.54% -
HSV(B) 299.47º 0.9% 0.98% -
XYZ 56.83 27.8 93.64 -
YUV 117.74 203.21 221.62 -
System Red Green Blue C M Y K H S L
Decimal 249 25 251 0.01 0.90 0 0.02 299.47 0.97 0.54
Hex F9 19 FB 1 5A 0 2 12B 61 36
Octal 371 31 373 1 132 0 2 453 141 66
Binary 11111001 11001 11111011 1 1011010 0 10 100101011 1100001 110110

Color Harmonies of #F919FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919FB

Black with #F919FB

Text Example


Text Example

White with #F919FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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