Html Css Color HEX #F216ED Magenta

📋 copy color: '#F216ED'

red 242 ◦ green 22 ◦ blue 237

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

Shades of Magenta #F216ED

Tints of Magenta #F216ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.39%

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

R = 48.3%
G = 4.39%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F216ED (or 0xF216ED) is known color: Magenta. HEX triplet: F2, 16 and ED. RGB value is (242,22,237). Sum of RGB (Red+Green+Blue) = 242+22+237=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 22 (8.98% from 255 or 4.39% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F216ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F216ED is #0DE912. Grayscale: #6F6F6F. Windows color (decimal): -911635 or 15537906. OLE color: 15537906.

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

Color convert

RGB 242 22 237 -
CMYK 0 0.91 0.02 0.05
HSL 301.36º 0.89% 0.52% -
HSV(B) 301.36º 0.91% 0.95% -
XYZ 52.19 25.57 82.3 -
YUV 112.29 198.39 220.52 -
System Red Green Blue C M Y K H S L
Decimal 242 22 237 0 0.91 0.02 0.05 301.36 0.89 0.52
Hex F2 16 ED 0 5B 2 5 12D 59 34
Octal 362 26 355 0 133 2 5 455 131 64
Binary 11110010 10110 11101101 0 1011011 10 101 100101101 1011001 110100

Color Harmonies of #F216ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F216ED

Black with #F216ED

Text Example


Text Example

White with #F216ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F216ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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