Html Css Color HEX #F217FF Magenta

📋 copy color: '#F217FF'

red 242 ◦ green 23 ◦ blue 255

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

Shades of Magenta #F217FF

Tints of Magenta #F217FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.42%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 46.54%
G = 4.42%
B = 49.04%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F217FF (or 0xF217FF) is known color: Magenta. HEX triplet: F2, 17 and FF. RGB value is (242,23,255). Sum of RGB (Red+Green+Blue) = 242+23+255=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 23 (9.38% from 255 or 4.42% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #F217FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F217FF is #0DE800. Grayscale: #727272. Windows color (decimal): -911361 or 16717810. OLE color: 16717810.

HSL color Cylindrical-coordinate representation of color #F217FF: hue angle of 296.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F217FF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 23 255 -
CMYK 0.05 0.91 0 0
HSL 296.64º 1% 0.55% -
HSV(B) 296.64º 0.91% 1% -
XYZ 54.97 26.71 96.87 -
YUV 114.93 207.05 218.64 -
System Red Green Blue C M Y K H S L
Decimal 242 23 255 0.05 0.91 0 0 296.64 1 0.55
Hex F2 17 FF 5 5B 0 0 129 64 37
Octal 362 27 377 5 133 0 0 451 144 67
Binary 11110010 10111 11111111 101 1011011 0 0 100101001 1100100 110111

Color Harmonies of #F217FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217FF

Black with #F217FF

Text Example


Text Example

White with #F217FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217FF; }

 p { color: rgb(242,23,255); }

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

background-color css

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

 a { background-color: rgb(242,23,255); }

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

border-color css

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

 span { border-color: rgb(242,23,255); }

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