Html Css Color HEX #F20DFC Magenta

📋 copy color: '#F20DFC'

red 242 ◦ green 13 ◦ blue 252

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

Shades of Magenta #F20DFC

Tints of Magenta #F20DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 47.73%
G = 2.56%
B = 49.7%

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

#F20DFC (or 0xF20DFC) is known color: Magenta. HEX triplet: F2, 0D and FC. RGB value is (242,13,252). Sum of RGB (Red+Green+Blue) = 242+13+252=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 13 (5.47% from 255 or 2.56% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #F20DFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20DFC is #0DF203. Grayscale: #6B6B6B. Windows color (decimal): -913924 or 16518642. OLE color: 16518642.

HSL color Cylindrical-coordinate representation of color #F20DFC: hue angle of 297.49º 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 #F20DFC is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 13 252 -
CMYK 0.04 0.95 0 0.01
HSL 297.49º 0.98% 0.52% -
HSV(B) 297.49º 0.95% 0.99% -
XYZ 54.33 26.19 94.29 -
YUV 108.72 208.87 223.07 -
System Red Green Blue C M Y K H S L
Decimal 242 13 252 0.04 0.95 0 0.01 297.49 0.98 0.52
Hex F2 D FC 4 5F 0 1 129 62 34
Octal 362 15 374 4 137 0 1 451 142 64
Binary 11110010 1101 11111100 100 1011111 0 1 100101001 1100010 110100

Color Harmonies of #F20DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20DFC

Black with #F20DFC

Text Example


Text Example

White with #F20DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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