Html Css Color HEX #F60DFB Magenta

📋 copy color: '#F60DFB'

red 246 ◦ green 13 ◦ blue 251

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

Shades of Magenta #F60DFB

Tints of Magenta #F60DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.55%

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 48.24%
G = 2.55%
B = 49.22%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F60DFB (or 0xF60DFB) is known color: Magenta. HEX triplet: F6, 0D and FB. RGB value is (246,13,251). Sum of RGB (Red+Green+Blue) = 246+13+251=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 13 (5.47% from 255 or 2.55% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #F60DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DFB is #09F204. Grayscale: #6D6D6D. Windows color (decimal): -651781 or 16453110. OLE color: 16453110.

HSL color Cylindrical-coordinate representation of color #F60DFB: hue angle of 298.74º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60DFB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 13 251 -
CMYK 0.02 0.95 0 0.02
HSL 298.74º 0.97% 0.52% -
HSV(B) 298.74º 0.95% 0.98% -
XYZ 55.56 26.85 93.52 -
YUV 109.8 207.69 225.15 -
System Red Green Blue C M Y K H S L
Decimal 246 13 251 0.02 0.95 0 0.02 298.74 0.97 0.52
Hex F6 D FB 2 5F 0 2 12B 61 34
Octal 366 15 373 2 137 0 2 453 141 64
Binary 11110110 1101 11111011 10 1011111 0 10 100101011 1100001 110100

Color Harmonies of #F60DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DFB

Black with #F60DFB

Text Example


Text Example

White with #F60DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DFB; }

 p { color: rgb(246,13,251); }

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

background-color css

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

 a { background-color: rgb(246,13,251); }

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

border-color css

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

 span { border-color: rgb(246,13,251); }

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