Html Css Color HEX #F20CFD Magenta

📋 copy color: '#F20CFD'

red 242 ◦ green 12 ◦ blue 253

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

Shades of Magenta #F20CFD

Tints of Magenta #F20CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.37%

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

R = 47.73%
G = 2.37%
B = 49.9%

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

#F20CFD (or 0xF20CFD) is known color: Magenta. HEX triplet: F2, 0C and FD. RGB value is (242,12,253). Sum of RGB (Red+Green+Blue) = 242+12+253=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 12 (5.08% from 255 or 2.37% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #F20CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CFD is #0DF302. Grayscale: #6B6B6B. Windows color (decimal): -914179 or 16583922. OLE color: 16583922.

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

Color convert

RGB 242 12 253 -
CMYK 0.04 0.95 0 0.01
HSL 297.26º 0.98% 0.52% -
HSV(B) 297.26º 0.95% 0.99% -
XYZ 54.48 26.23 95.12 -
YUV 108.24 209.7 223.4 -
System Red Green Blue C M Y K H S L
Decimal 242 12 253 0.04 0.95 0 0.01 297.26 0.98 0.52
Hex F2 C FD 4 5F 0 1 129 62 34
Octal 362 14 375 4 137 0 1 451 142 64
Binary 11110010 1100 11111101 100 1011111 0 1 100101001 1100010 110100

Color Harmonies of #F20CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20CFD

Black with #F20CFD

Text Example


Text Example

White with #F20CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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