Html Css Color HEX #F20DFD Magenta

📋 copy color: '#F20DFD'

red 242 ◦ green 13 ◦ blue 253

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

Shades of Magenta #F20DFD

Tints of Magenta #F20DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.56%

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

R = 47.64%
G = 2.56%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F20DFD (or 0xF20DFD) is known color: Magenta. HEX triplet: F2, 0D and FD. RGB value is (242,13,253). Sum of RGB (Red+Green+Blue) = 242+13+253=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 13 (5.47% from 255 or 2.56% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #F20DFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20DFD is #0DF202. Grayscale: #6C6C6C. Windows color (decimal): -913923 or 16584178. OLE color: 16584178.

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

Color convert

RGB 242 13 253 -
CMYK 0.04 0.95 0 0.01
HSL 297.25º 0.98% 0.52% -
HSV(B) 297.25º 0.95% 0.99% -
XYZ 54.49 26.26 95.12 -
YUV 108.83 209.37 222.99 -
System Red Green Blue C M Y K H S L
Decimal 242 13 253 0.04 0.95 0 0.01 297.25 0.98 0.52
Hex F2 D FD 4 5F 0 1 129 62 34
Octal 362 15 375 4 137 0 1 451 142 64
Binary 11110010 1101 11111101 100 1011111 0 1 100101001 1100010 110100

Color Harmonies of #F20DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20DFD

Black with #F20DFD

Text Example


Text Example

White with #F20DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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