Html Css Color HEX #F218FD Magenta

📋 copy color: '#F218FD'

red 242 ◦ green 24 ◦ blue 253

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

Shades of Magenta #F218FD

Tints of Magenta #F218FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.62%

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 46.63%
G = 4.62%
B = 48.75%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F218FD (or 0xF218FD) is known color: Magenta. HEX triplet: F2, 18 and FD. RGB value is (242,24,253). Sum of RGB (Red+Green+Blue) = 242+24+253=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 24 (9.77% from 255 or 4.62% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #F218FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F218FD is #0DE702. Grayscale: #727272. Windows color (decimal): -911107 or 16586994. OLE color: 16586994.

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

Color convert

RGB 242 24 253 -
CMYK 0.04 0.91 0 0.01
HSL 297.12º 0.98% 0.54% -
HSV(B) 297.12º 0.91% 0.99% -
XYZ 54.67 26.62 95.19 -
YUV 115.29 205.72 218.38 -
System Red Green Blue C M Y K H S L
Decimal 242 24 253 0.04 0.91 0 0.01 297.12 0.98 0.54
Hex F2 18 FD 4 5B 0 1 129 62 36
Octal 362 30 375 4 133 0 1 451 142 66
Binary 11110010 11000 11111101 100 1011011 0 1 100101001 1100010 110110

Color Harmonies of #F218FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F218FD

Black with #F218FD

Text Example


Text Example

White with #F218FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F218FD; }

 p { color: rgb(242,24,253); }

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

background-color css

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

 a { background-color: rgb(242,24,253); }

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

border-color css

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

 span { border-color: rgb(242,24,253); }

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