Html Css Color HEX #F217FA Magenta

📋 copy color: '#F217FA'

red 242 ◦ green 23 ◦ blue 250

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

Shades of Magenta #F217FA

Tints of Magenta #F217FA

RGB

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

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

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

R = 46.99%
G = 4.47%
B = 48.54%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F217FA (or 0xF217FA) is known color: Magenta. HEX triplet: F2, 17 and FA. RGB value is (242,23,250). Sum of RGB (Red+Green+Blue) = 242+23+250=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 23 (9.38% from 255 or 4.47% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #F217FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F217FA is #0DE805. Grayscale: #717171. Windows color (decimal): -911366 or 16390130. OLE color: 16390130.

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

Color convert

RGB 242 23 250 -
CMYK 0.03 0.91 0 0.02
HSL 297.89º 0.96% 0.54% -
HSV(B) 297.89º 0.91% 0.98% -
XYZ 54.18 26.39 92.68 -
YUV 114.36 204.55 219.04 -
System Red Green Blue C M Y K H S L
Decimal 242 23 250 0.03 0.91 0 0.02 297.89 0.96 0.54
Hex F2 17 FA 3 5B 0 2 12A 60 36
Octal 362 27 372 3 133 0 2 452 140 66
Binary 11110010 10111 11111010 11 1011011 0 10 100101010 1100000 110110

Color Harmonies of #F217FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217FA

Black with #F217FA

Text Example


Text Example

White with #F217FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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