Html Css Color HEX #F21FFD Magenta

📋 copy color: '#F21FFD'

red 242 ◦ green 31 ◦ blue 253

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

Shades of Magenta #F21FFD

Tints of Magenta #F21FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.89%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 46.01%
G = 5.89%
B = 48.1%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F21FFD (or 0xF21FFD) is known color: Magenta. HEX triplet: F2, 1F and FD. RGB value is (242,31,253). Sum of RGB (Red+Green+Blue) = 242+31+253=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 31 (12.5% from 255 or 5.89% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #F21FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21FFD is #0DE002. Grayscale: #767676. Windows color (decimal): -909315 or 16588786. OLE color: 16588786.

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

Color convert

RGB 242 31 253 -
CMYK 0.04 0.88 0 0.01
HSL 297.03º 0.98% 0.56% -
HSV(B) 297.03º 0.88% 0.99% -
XYZ 54.84 26.95 95.24 -
YUV 119.4 203.4 215.45 -
System Red Green Blue C M Y K H S L
Decimal 242 31 253 0.04 0.88 0 0.01 297.03 0.98 0.56
Hex F2 1F FD 4 58 0 1 129 62 38
Octal 362 37 375 4 130 0 1 451 142 70
Binary 11110010 11111 11111101 100 1011000 0 1 100101001 1100010 111000

Color Harmonies of #F21FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FFD

Black with #F21FFD

Text Example


Text Example

White with #F21FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FFD; }

 p { color: rgb(242,31,253); }

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

background-color css

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

 a { background-color: rgb(242,31,253); }

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

border-color css

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

 span { border-color: rgb(242,31,253); }

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