Html Css Color HEX #F607FC Magenta

📋 copy color: '#F607FC'

red 246 ◦ green 7 ◦ blue 252

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

Shades of Magenta #F607FC

Tints of Magenta #F607FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 48.71%
G = 1.39%
B = 49.9%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F607FC (or 0xF607FC) is known color: Magenta. HEX triplet: F6, 07 and FC. RGB value is (246,7,252). Sum of RGB (Red+Green+Blue) = 246+7+252=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 7 (3.12% from 255 or 1.39% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #F607FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F607FC is #09F803. Grayscale: #696969. Windows color (decimal): -653316 or 16517110. OLE color: 16517110.

HSL color Cylindrical-coordinate representation of color #F607FC: hue angle of 298.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F607FC is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 7 252 -
CMYK 0.02 0.97 0 0.01
HSL 298.53º 0.98% 0.51% -
HSV(B) 298.53º 0.97% 0.99% -
XYZ 55.65 26.77 94.33 -
YUV 106.39 210.18 227.58 -
System Red Green Blue C M Y K H S L
Decimal 246 7 252 0.02 0.97 0 0.01 298.53 0.98 0.51
Hex F6 7 FC 2 61 0 1 12B 62 33
Octal 366 7 374 2 141 0 1 453 142 63
Binary 11110110 111 11111100 10 1100001 0 1 100101011 1100010 110011

Color Harmonies of #F607FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F607FC

Black with #F607FC

Text Example


Text Example

White with #F607FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F607FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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