Html Css Color HEX #F610F7 Magenta

📋 copy color: '#F610F7'

red 246 ◦ green 16 ◦ blue 247

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

Shades of Magenta #F610F7

Tints of Magenta #F610F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 48.33%
G = 3.14%
B = 48.53%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F610F7 (or 0xF610F7) is known color: Magenta. HEX triplet: F6, 10 and F7. RGB value is (246,16,247). Sum of RGB (Red+Green+Blue) = 246+16+247=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 16 (6.64% from 255 or 3.14% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #F610F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610F7 is #09EF08. Grayscale: #6E6E6E. Windows color (decimal): -651017 or 16191734. OLE color: 16191734.

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

Color convert

RGB 246 16 247 -
CMYK 0.00 0.94 0 0.03
HSL 299.74º 0.94% 0.52% -
HSV(B) 299.74º 0.94% 0.97% -
XYZ 54.98 26.68 90.25 -
YUV 111.1 204.7 224.22 -
System Red Green Blue C M Y K H S L
Decimal 246 16 247 0.00 0.94 0 0.03 299.74 0.94 0.52
Hex F6 10 F7 0 5E 0 3 12C 5E 34
Octal 366 20 367 0 136 0 3 454 136 64
Binary 11110110 10000 11110111 0 1011110 0 11 100101100 1011110 110100

Color Harmonies of #F610F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610F7

Black with #F610F7

Text Example


Text Example

White with #F610F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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