Html Css Color HEX #F21DFB Magenta

📋 copy color: '#F21DFB'

red 242 ◦ green 29 ◦ blue 251

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

Shades of Magenta #F21DFB

Tints of Magenta #F21DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.56%

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

R = 46.36%
G = 5.56%
B = 48.08%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F21DFB (or 0xF21DFB) is known color: Magenta. HEX triplet: F2, 1D and FB. RGB value is (242,29,251). Sum of RGB (Red+Green+Blue) = 242+29+251=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 29 (11.72% from 255 or 5.56% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #F21DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21DFB is #0DE204. Grayscale: #757575. Windows color (decimal): -909829 or 16457202. OLE color: 16457202.

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

Color convert

RGB 242 29 251 -
CMYK 0.04 0.88 0 0.02
HSL 297.57º 0.97% 0.55% -
HSV(B) 297.57º 0.88% 0.98% -
XYZ 54.47 26.72 93.55 -
YUV 118 203.07 216.45 -
System Red Green Blue C M Y K H S L
Decimal 242 29 251 0.04 0.88 0 0.02 297.57 0.97 0.55
Hex F2 1D FB 4 58 0 2 12A 61 37
Octal 362 35 373 4 130 0 2 452 141 67
Binary 11110010 11101 11111011 100 1011000 0 10 100101010 1100001 110111

Color Harmonies of #F21DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21DFB

Black with #F21DFB

Text Example


Text Example

White with #F21DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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