Html Css Color HEX #F21CF7 Magenta

📋 copy color: '#F21CF7'

red 242 ◦ green 28 ◦ blue 247

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

Shades of Magenta #F21CF7

Tints of Magenta #F21CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.42%

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

R = 46.81%
G = 5.42%
B = 47.78%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F21CF7 (or 0xF21CF7) is known color: Magenta. HEX triplet: F2, 1C and F7. RGB value is (242,28,247). Sum of RGB (Red+Green+Blue) = 242+28+247=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 28 (11.33% from 255 or 5.42% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #F21CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21CF7 is #0DE308. Grayscale: #747474. Windows color (decimal): -910089 or 16194802. OLE color: 16194802.

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

Color convert

RGB 242 28 247 -
CMYK 0.02 0.89 0 0.03
HSL 298.63º 0.93% 0.54% -
HSV(B) 298.63º 0.89% 0.97% -
XYZ 53.82 26.42 90.26 -
YUV 116.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 242 28 247 0.02 0.89 0 0.03 298.63 0.93 0.54
Hex F2 1C F7 2 59 0 3 12B 5D 36
Octal 362 34 367 2 131 0 3 453 135 66
Binary 11110010 11100 11110111 10 1011001 0 11 100101011 1011101 110110

Color Harmonies of #F21CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21CF7

Black with #F21CF7

Text Example


Text Example

White with #F21CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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