Html Css Color HEX #F610FD Magenta

📋 copy color: '#F610FD'

red 246 ◦ green 16 ◦ blue 253

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

Shades of Magenta #F610FD

Tints of Magenta #F610FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.11%

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

R = 47.77%
G = 3.11%
B = 49.13%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F610FD (or 0xF610FD) is known color: Magenta. HEX triplet: F6, 10 and FD. RGB value is (246,16,253). Sum of RGB (Red+Green+Blue) = 246+16+253=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 16 (6.64% from 255 or 3.11% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #F610FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610FD is #09EF02. Grayscale: #6F6F6F. Windows color (decimal): -651011 or 16584950. OLE color: 16584950.

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

Color convert

RGB 246 16 253 -
CMYK 0.03 0.94 0 0.01
HSL 298.23º 0.98% 0.53% -
HSV(B) 298.23º 0.94% 0.99% -
XYZ 55.92 27.06 95.2 -
YUV 111.79 207.7 223.73 -
System Red Green Blue C M Y K H S L
Decimal 246 16 253 0.03 0.94 0 0.01 298.23 0.98 0.53
Hex F6 10 FD 3 5E 0 1 12A 62 35
Octal 366 20 375 3 136 0 1 452 142 65
Binary 11110110 10000 11111101 11 1011110 0 1 100101010 1100010 110101

Color Harmonies of #F610FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610FD

Black with #F610FD

Text Example


Text Example

White with #F610FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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