Html Css Color HEX #F60BFA Magenta

📋 copy color: '#F60BFA'

red 246 ◦ green 11 ◦ blue 250

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

Shades of Magenta #F60BFA

Tints of Magenta #F60BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 48.52%
G = 2.17%
B = 49.31%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F60BFA (or 0xF60BFA) is known color: Magenta. HEX triplet: F6, 0B and FA. RGB value is (246,11,250). Sum of RGB (Red+Green+Blue) = 246+11+250=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 11 (4.69% from 255 or 2.17% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #F60BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60BFA is #09F405. Grayscale: #6B6B6B. Windows color (decimal): -652294 or 16387062. OLE color: 16387062.

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

Color convert

RGB 246 11 250 -
CMYK 0.02 0.96 0 0.02
HSL 299º 0.96% 0.51% -
HSV(B) 299º 0.96% 0.98% -
XYZ 55.38 26.73 92.68 -
YUV 108.51 207.86 226.07 -
System Red Green Blue C M Y K H S L
Decimal 246 11 250 0.02 0.96 0 0.02 299 0.96 0.51
Hex F6 B FA 2 60 0 2 12B 60 33
Octal 366 13 372 2 140 0 2 453 140 63
Binary 11110110 1011 11111010 10 1100000 0 10 100101011 1100000 110011

Color Harmonies of #F60BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BFA

Black with #F60BFA

Text Example


Text Example

White with #F60BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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