Html Css Color HEX #F613F2 Magenta

📋 copy color: '#F613F2'

red 246 ◦ green 19 ◦ blue 242

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

Shades of Magenta #F613F2

Tints of Magenta #F613F2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.75%

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 48.52%
G = 3.75%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F613F2 (or 0xF613F2) is known color: Magenta. HEX triplet: F6, 13 and F2. RGB value is (246,19,242). Sum of RGB (Red+Green+Blue) = 246+19+242=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 19 (7.81% from 255 or 3.75% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F613F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F613F2 is #09EC0D. Grayscale: #6F6F6F. Windows color (decimal): -650254 or 15864822. OLE color: 15864822.

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

Color convert

RGB 246 19 242 -
CMYK 0 0.92 0.02 0.04
HSL 301.06º 0.93% 0.52% -
HSV(B) 301.06º 0.92% 0.96% -
XYZ 54.27 26.47 86.25 -
YUV 112.3 201.21 223.37 -
System Red Green Blue C M Y K H S L
Decimal 246 19 242 0 0.92 0.02 0.04 301.06 0.93 0.52
Hex F6 13 F2 0 5C 2 4 12D 5D 34
Octal 366 23 362 0 134 2 4 455 135 64
Binary 11110110 10011 11110010 0 1011100 10 100 100101101 1011101 110100

Color Harmonies of #F613F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613F2

Black with #F613F2

Text Example


Text Example

White with #F613F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613F2; }

 p { color: rgb(246,19,242); }

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

background-color css

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

 a { background-color: rgb(246,19,242); }

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

border-color css

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

 span { border-color: rgb(246,19,242); }

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