Html Css Color HEX #F201FD Magenta

📋 copy color: '#F201FD'

red 242 ◦ green 1 ◦ blue 253

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

Shades of Magenta #F201FD

Tints of Magenta #F201FD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 48.79%
G = 0.2%
B = 51.01%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F201FD (or 0xF201FD) is known color: Magenta. HEX triplet: F2, 01 and FD. RGB value is (242,1,253). Sum of RGB (Red+Green+Blue) = 242+1+253=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 1 (0.78% from 255 or 0.20% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #F201FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201FD is #0DFE02. Grayscale: #656565. Windows color (decimal): -916995 or 16581106. OLE color: 16581106.

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

Color convert

RGB 242 1 253 -
CMYK 0.04 1.00 0 0.01
HSL 297.38º 0.99% 0.5% -
HSV(B) 297.38º 1% 0.99% -
XYZ 54.36 25.99 95.08 -
YUV 101.79 213.34 228.01 -
System Red Green Blue C M Y K H S L
Decimal 242 1 253 0.04 1.00 0 0.01 297.38 0.99 0.5
Hex F2 1 FD 4 64 0 1 129 63 32
Octal 362 1 375 4 144 0 1 451 143 62
Binary 11110010 1 11111101 100 1100100 0 1 100101001 1100011 110010

Color Harmonies of #F201FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201FD

Black with #F201FD

Text Example


Text Example

White with #F201FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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