Html Css Color HEX #F20FFD Magenta

📋 copy color: '#F20FFD'

red 242 ◦ green 15 ◦ blue 253

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

Shades of Magenta #F20FFD

Tints of Magenta #F20FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.94%

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

R = 47.45%
G = 2.94%
B = 49.61%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F20FFD (or 0xF20FFD) is known color: Magenta. HEX triplet: F2, 0F and FD. RGB value is (242,15,253). Sum of RGB (Red+Green+Blue) = 242+15+253=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 15 (6.25% from 255 or 2.94% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #F20FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20FFD is #0DF002. Grayscale: #6D6D6D. Windows color (decimal): -913411 or 16584690. OLE color: 16584690.

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

Color convert

RGB 242 15 253 -
CMYK 0.04 0.94 0 0.01
HSL 297.23º 0.98% 0.53% -
HSV(B) 297.23º 0.94% 0.99% -
XYZ 54.52 26.31 95.13 -
YUV 110.01 208.71 222.15 -
System Red Green Blue C M Y K H S L
Decimal 242 15 253 0.04 0.94 0 0.01 297.23 0.98 0.53
Hex F2 F FD 4 5E 0 1 129 62 35
Octal 362 17 375 4 136 0 1 451 142 65
Binary 11110010 1111 11111101 100 1011110 0 1 100101001 1100010 110101

Color Harmonies of #F20FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20FFD

Black with #F20FFD

Text Example


Text Example

White with #F20FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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