Html Css Color HEX #F21FFA Magenta

📋 copy color: '#F21FFA'

red 242 ◦ green 31 ◦ blue 250

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

Shades of Magenta #F21FFA

Tints of Magenta #F21FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 46.27%
G = 5.93%
B = 47.8%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F21FFA (or 0xF21FFA) is known color: Magenta. HEX triplet: F2, 1F and FA. RGB value is (242,31,250). Sum of RGB (Red+Green+Blue) = 242+31+250=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 31 (12.5% from 255 or 5.93% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #F21FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21FFA is #0DE005. Grayscale: #767676. Windows color (decimal): -909318 or 16392178. OLE color: 16392178.

HSL color Cylindrical-coordinate representation of color #F21FFA: hue angle of 297.81º degrees, saturation: 0.96, 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 #F21FFA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 31 250 -
CMYK 0.03 0.88 0 0.02
HSL 297.81º 0.96% 0.55% -
HSV(B) 297.81º 0.88% 0.98% -
XYZ 54.36 26.76 92.74 -
YUV 119.06 201.9 215.69 -
System Red Green Blue C M Y K H S L
Decimal 242 31 250 0.03 0.88 0 0.02 297.81 0.96 0.55
Hex F2 1F FA 3 58 0 2 12A 60 37
Octal 362 37 372 3 130 0 2 452 140 67
Binary 11110010 11111 11111010 11 1011000 0 10 100101010 1100000 110111

Color Harmonies of #F21FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FFA

Black with #F21FFA

Text Example


Text Example

White with #F21FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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