Html Css Color HEX #F421FB Magenta

📋 copy color: '#F421FB'

red 244 ◦ green 33 ◦ blue 251

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

Shades of Magenta #F421FB

Tints of Magenta #F421FB

RGB

 RED value IS 244 (95.7% from 255) = 46.21%

 GREEN value IS 33 (13.28% from 255) = 6.25%

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

R = 46.21%
G = 6.25%
B = 47.54%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F421FB (or 0xF421FB) is known color: Magenta. HEX triplet: F4, 21 and FB. RGB value is (244,33,251). Sum of RGB (Red+Green+Blue) = 244+33+251=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 33 (13.28% from 255 or 6.25% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #F421FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F421FB is #0BDE04. Grayscale: #787878. Windows color (decimal): -777733 or 16458228. OLE color: 16458228.

HSL color Cylindrical-coordinate representation of color #F421FB: hue angle of 298.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F421FB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 33 251 -
CMYK 0.03 0.87 0 0.02
HSL 298.07º 0.96% 0.56% -
HSV(B) 298.07º 0.87% 0.98% -
XYZ 55.26 27.29 93.62 -
YUV 120.94 201.4 215.77 -
System Red Green Blue C M Y K H S L
Decimal 244 33 251 0.03 0.87 0 0.02 298.07 0.96 0.56
Hex F4 21 FB 3 57 0 2 12A 60 38
Octal 364 41 373 3 127 0 2 452 140 70
Binary 11110100 100001 11111011 11 1010111 0 10 100101010 1100000 111000

Color Harmonies of #F421FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421FB

Black with #F421FB

Text Example


Text Example

White with #F421FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421FB; }

 p { color: rgb(244,33,251); }

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

background-color css

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

 a { background-color: rgb(244,33,251); }

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

border-color css

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

 span { border-color: rgb(244,33,251); }

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