Html Css Color HEX #F621F1 Magenta

📋 copy color: '#F621F1'

red 246 ◦ green 33 ◦ blue 241

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

Shades of Magenta #F621F1

Tints of Magenta #F621F1

RGB

 RED value IS 246 (96.48% from 255) = 47.31%

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

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 47.31%
G = 6.35%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F621F1 (or 0xF621F1) is known color: Magenta. HEX triplet: F6, 21 and F1. RGB value is (246,33,241). Sum of RGB (Red+Green+Blue) = 246+33+241=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 33 (13.28% from 255 or 6.35% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F621F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F621F1 is #09DE0E. Grayscale: #777777. Windows color (decimal): -646671 or 15802870. OLE color: 15802870.

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

Color convert

RGB 246 33 241 -
CMYK 0 0.87 0.02 0.04
HSL 301.41º 0.92% 0.55% -
HSV(B) 301.41º 0.87% 0.96% -
XYZ 54.43 27.03 85.57 -
YUV 120.4 196.07 217.59 -
System Red Green Blue C M Y K H S L
Decimal 246 33 241 0 0.87 0.02 0.04 301.41 0.92 0.55
Hex F6 21 F1 0 57 2 4 12D 5C 37
Octal 366 41 361 0 127 2 4 455 134 67
Binary 11110110 100001 11110001 0 1010111 10 100 100101101 1011100 110111

Color Harmonies of #F621F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F621F1

Black with #F621F1

Text Example


Text Example

White with #F621F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F621F1; }

 p { color: rgb(246,33,241); }

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

background-color css

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

 a { background-color: rgb(246,33,241); }

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

border-color css

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

 span { border-color: rgb(246,33,241); }

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