Html Css Color HEX #F601FD Magenta

📋 copy color: '#F601FD'

red 246 ◦ green 1 ◦ blue 253

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

Shades of Magenta #F601FD

Tints of Magenta #F601FD

RGB

 RED value IS 246 (96.48% from 255) = 49.2%

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

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

R = 49.2%
G = 0.2%
B = 50.6%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F601FD (or 0xF601FD) is known color: Magenta. HEX triplet: F6, 01 and FD. RGB value is (246,1,253). Sum of RGB (Red+Green+Blue) = 246+1+253=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 1 (0.78% from 255 or 0.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #F601FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F601FD is #09FE02. Grayscale: #666666. Windows color (decimal): -654851 or 16581110. OLE color: 16581110.

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

Color convert

RGB 246 1 253 -
CMYK 0.03 1.00 0 0.01
HSL 298.33º 0.99% 0.5% -
HSV(B) 298.33º 1% 0.99% -
XYZ 55.75 26.71 95.15 -
YUV 102.98 212.67 230.01 -
System Red Green Blue C M Y K H S L
Decimal 246 1 253 0.03 1.00 0 0.01 298.33 0.99 0.5
Hex F6 1 FD 3 64 0 1 12A 63 32
Octal 366 1 375 3 144 0 1 452 143 62
Binary 11110110 1 11111101 11 1100100 0 1 100101010 1100011 110010

Color Harmonies of #F601FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F601FD

Black with #F601FD

Text Example


Text Example

White with #F601FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F601FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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