Html Css Color HEX #F221F7 Magenta

📋 copy color: '#F221F7'

red 242 ◦ green 33 ◦ blue 247

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

Shades of Magenta #F221F7

Tints of Magenta #F221F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 46.36%
G = 6.32%
B = 47.32%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F221F7 (or 0xF221F7) is known color: Magenta. HEX triplet: F2, 21 and F7. RGB value is (242,33,247). Sum of RGB (Red+Green+Blue) = 242+33+247=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 33 (13.28% from 255 or 6.32% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #F221F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221F7 is #0DDE08. Grayscale: #777777. Windows color (decimal): -908809 or 16196082. OLE color: 16196082.

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

Color convert

RGB 242 33 247 -
CMYK 0.02 0.87 0 0.03
HSL 298.6º 0.93% 0.55% -
HSV(B) 298.6º 0.87% 0.97% -
XYZ 53.95 26.68 90.3 -
YUV 119.89 199.74 215.1 -
System Red Green Blue C M Y K H S L
Decimal 242 33 247 0.02 0.87 0 0.03 298.6 0.93 0.55
Hex F2 21 F7 2 57 0 3 12B 5D 37
Octal 362 41 367 2 127 0 3 453 135 67
Binary 11110010 100001 11110111 10 1010111 0 11 100101011 1011101 110111

Color Harmonies of #F221F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221F7

Black with #F221F7

Text Example


Text Example

White with #F221F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221F7; }

 p { color: rgb(242,33,247); }

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

background-color css

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

 a { background-color: rgb(242,33,247); }

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

border-color css

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

 span { border-color: rgb(242,33,247); }

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