Html Css Color HEX #F60FFD Magenta

📋 copy color: '#F60FFD'

red 246 ◦ green 15 ◦ blue 253

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

Shades of Magenta #F60FFD

Tints of Magenta #F60FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.92%

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

R = 47.86%
G = 2.92%
B = 49.22%

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

#F60FFD (or 0xF60FFD) is known color: Magenta. HEX triplet: F6, 0F and FD. RGB value is (246,15,253). Sum of RGB (Red+Green+Blue) = 246+15+253=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 15 (6.25% from 255 or 2.92% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #F60FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FFD is #09F002. Grayscale: #6E6E6E. Windows color (decimal): -651267 or 16584694. OLE color: 16584694.

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

Color convert

RGB 246 15 253 -
CMYK 0.03 0.94 0 0.01
HSL 298.24º 0.98% 0.53% -
HSV(B) 298.24º 0.94% 0.99% -
XYZ 55.91 27.03 95.2 -
YUV 111.2 208.03 224.15 -
System Red Green Blue C M Y K H S L
Decimal 246 15 253 0.03 0.94 0 0.01 298.24 0.98 0.53
Hex F6 F FD 3 5E 0 1 12A 62 35
Octal 366 17 375 3 136 0 1 452 142 65
Binary 11110110 1111 11111101 11 1011110 0 1 100101010 1100010 110101

Color Harmonies of #F60FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FFD

Black with #F60FFD

Text Example


Text Example

White with #F60FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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