Html Css Color HEX #F60BF4 Magenta

📋 copy color: '#F60BF4'

red 246 ◦ green 11 ◦ blue 244

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

Shades of Magenta #F60BF4

Tints of Magenta #F60BF4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.2%

 BLUE value IS 244 (95.7% from 255) = 48.7%

R = 49.1%
G = 2.2%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F60BF4 (or 0xF60BF4) is known color: Magenta. HEX triplet: F6, 0B and F4. RGB value is (246,11,244). Sum of RGB (Red+Green+Blue) = 246+11+244=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BF4 is #09F40B. Grayscale: #6B6B6B. Windows color (decimal): -652300 or 15993846. OLE color: 15993846.

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

Color convert

RGB 246 11 244 -
CMYK 0 0.96 0.01 0.04
HSL 300.51º 0.93% 0.5% -
HSV(B) 300.51º 0.96% 0.96% -
XYZ 54.45 26.36 87.81 -
YUV 107.83 204.86 226.55 -
System Red Green Blue C M Y K H S L
Decimal 246 11 244 0 0.96 0.01 0.04 300.51 0.93 0.5
Hex F6 B F4 0 60 1 4 12D 5D 32
Octal 366 13 364 0 140 1 4 455 135 62
Binary 11110110 1011 11110100 0 1100000 1 100 100101101 1011101 110010

Color Harmonies of #F60BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BF4

Black with #F60BF4

Text Example


Text Example

White with #F60BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BF4; }

 p { color: rgb(246,11,244); }

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

background-color css

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

 a { background-color: rgb(246,11,244); }

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

border-color css

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

 span { border-color: rgb(246,11,244); }

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