Html Css Color HEX #F217ED Magenta

📋 copy color: '#F217ED'

red 242 ◦ green 23 ◦ blue 237

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

Shades of Magenta #F217ED

Tints of Magenta #F217ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 48.21%
G = 4.58%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F217ED (or 0xF217ED) is known color: Magenta. HEX triplet: F2, 17 and ED. RGB value is (242,23,237). Sum of RGB (Red+Green+Blue) = 242+23+237=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 23 (9.38% from 255 or 4.58% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F217ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F217ED is #0DE812. Grayscale: #707070. Windows color (decimal): -911379 or 15538162. OLE color: 15538162.

HSL color Cylindrical-coordinate representation of color #F217ED: hue angle of 301.37º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217ED is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 23 237 -
CMYK 0 0.90 0.02 0.05
HSL 301.37º 0.89% 0.52% -
HSV(B) 301.37º 0.9% 0.95% -
XYZ 52.21 25.6 82.31 -
YUV 112.88 198.05 220.1 -
System Red Green Blue C M Y K H S L
Decimal 242 23 237 0 0.90 0.02 0.05 301.37 0.89 0.52
Hex F2 17 ED 0 5A 2 5 12D 59 34
Octal 362 27 355 0 132 2 5 455 131 64
Binary 11110010 10111 11101101 0 1011010 10 101 100101101 1011001 110100

Color Harmonies of #F217ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217ED

Black with #F217ED

Text Example


Text Example

White with #F217ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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