Html Css Color HEX #F607E1 Hot Magenta

📋 copy color: '#F607E1'

red 246 ◦ green 7 ◦ blue 225

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

Shades of Hot Magenta #F607E1

Tints of Hot Magenta #F607E1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.46%

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 51.46%
G = 1.46%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F607E1 (or 0xF607E1) is known color: Hot Magenta. HEX triplet: F6, 07 and E1. RGB value is (246,7,225). Sum of RGB (Red+Green+Blue) = 246+7+225=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F607E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F607E1 is #09F81E. Grayscale: #666666. Windows color (decimal): -653343 or 14747638. OLE color: 14747638.

HSL color Cylindrical-coordinate representation of color #F607E1: hue angle of 305.27º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F607E1 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 7 225 -
CMYK 0 0.97 0.09 0.04
HSL 305.27º 0.94% 0.5% -
HSV(B) 305.27º 0.97% 0.96% -
XYZ 51.67 25.18 73.37 -
YUV 103.31 196.68 229.77 -
System Red Green Blue C M Y K H S L
Decimal 246 7 225 0 0.97 0.09 0.04 305.27 0.94 0.5
Hex F6 7 E1 0 61 9 4 131 5E 32
Octal 366 7 341 0 141 11 4 461 136 62
Binary 11110110 111 11100001 0 1100001 1001 100 100110001 1011110 110010

Color Harmonies of #F607E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F607E1

Black with #F607E1

Text Example


Text Example

White with #F607E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F607E1; }

 p { color: rgb(246,7,225); }

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

background-color css

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

 a { background-color: rgb(246,7,225); }

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

border-color css

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

 span { border-color: rgb(246,7,225); }

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