Html Css Color HEX #F605F0 Magenta

📋 copy color: '#F605F0'

red 246 ◦ green 5 ◦ blue 240

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

Shades of Magenta #F605F0

Tints of Magenta #F605F0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.02%

 BLUE value IS 240 (94.14% from 255) = 48.88%

R = 50.1%
G = 1.02%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F605F0 (or 0xF605F0) is known color: Magenta. HEX triplet: F6, 05 and F0. RGB value is (246,5,240). Sum of RGB (Red+Green+Blue) = 246+5+240=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F605F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605F0 is #09FA0F. Grayscale: #676767. Windows color (decimal): -653840 or 15730166. OLE color: 15730166.

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

Color convert

RGB 246 5 240 -
CMYK 0 0.98 0.02 0.04
HSL 301.49º 0.96% 0.49% -
HSV(B) 301.49º 0.98% 0.96% -
XYZ 53.79 25.99 84.62 -
YUV 103.85 204.84 229.39 -
System Red Green Blue C M Y K H S L
Decimal 246 5 240 0 0.98 0.02 0.04 301.49 0.96 0.49
Hex F6 5 F0 0 62 2 4 12D 60 31
Octal 366 5 360 0 142 2 4 455 140 61
Binary 11110110 101 11110000 0 1100010 10 100 100101101 1100000 110001

Color Harmonies of #F605F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605F0

Black with #F605F0

Text Example


Text Example

White with #F605F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605F0; }

 p { color: rgb(246,5,240); }

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

background-color css

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

 a { background-color: rgb(246,5,240); }

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

border-color css

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

 span { border-color: rgb(246,5,240); }

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