Html Css Color HEX #F219FB Magenta

📋 copy color: '#F219FB'

red 242 ◦ green 25 ◦ blue 251

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

Shades of Magenta #F219FB

Tints of Magenta #F219FB

RGB

 RED value IS 242 (94.92% from 255) = 46.72%

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

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

R = 46.72%
G = 4.83%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F219FB (or 0xF219FB) is known color: Magenta. HEX triplet: F2, 19 and FB. RGB value is (242,25,251). Sum of RGB (Red+Green+Blue) = 242+25+251=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 25 (10.16% from 255 or 4.83% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #F219FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F219FB is #0DE604. Grayscale: #727272. Windows color (decimal): -910853 or 16456178. OLE color: 16456178.

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

Color convert

RGB 242 25 251 -
CMYK 0.04 0.90 0 0.02
HSL 297.61º 0.97% 0.54% -
HSV(B) 297.61º 0.9% 0.98% -
XYZ 54.38 26.54 93.52 -
YUV 115.65 204.39 218.12 -
System Red Green Blue C M Y K H S L
Decimal 242 25 251 0.04 0.90 0 0.02 297.61 0.97 0.54
Hex F2 19 FB 4 5A 0 2 12A 61 36
Octal 362 31 373 4 132 0 2 452 141 66
Binary 11110010 11001 11111011 100 1011010 0 10 100101010 1100001 110110

Color Harmonies of #F219FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F219FB

Black with #F219FB

Text Example


Text Example

White with #F219FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F219FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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