Html Css Color HEX #F604F2 Magenta

📋 copy color: '#F604F2'

red 246 ◦ green 4 ◦ blue 242

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

Shades of Magenta #F604F2

Tints of Magenta #F604F2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 50%
G = 0.81%
B = 49.19%

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

#F604F2 (or 0xF604F2) is known color: Magenta. HEX triplet: F6, 04 and F2. RGB value is (246,4,242). Sum of RGB (Red+Green+Blue) = 246+4+242=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 4 (1.95% from 255 or 0.81% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F604F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F604F2 is #09FB0D. Grayscale: #666666. Windows color (decimal): -654094 or 15860982. OLE color: 15860982.

HSL color Cylindrical-coordinate representation of color #F604F2: hue angle of 300.99º degrees, saturation: 0.97, 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 #F604F2 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 4 242 -
CMYK 0 0.98 0.02 0.04
HSL 300.99º 0.97% 0.49% -
HSV(B) 300.99º 0.98% 0.96% -
XYZ 54.08 26.09 86.19 -
YUV 103.49 206.17 229.65 -
System Red Green Blue C M Y K H S L
Decimal 246 4 242 0 0.98 0.02 0.04 300.99 0.97 0.49
Hex F6 4 F2 0 62 2 4 12D 61 31
Octal 366 4 362 0 142 2 4 455 141 61
Binary 11110110 100 11110010 0 1100010 10 100 100101101 1100001 110001

Color Harmonies of #F604F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F604F2

Black with #F604F2

Text Example


Text Example

White with #F604F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F604F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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